Search found 8 matches

by daenney
Mon Mar 07, 2011 10:42 am
Forum: Mac OS
Topic: Deluge 1.3.1 in Python 3.1
Replies: 1
Views: 2853

Re: Deluge 1.3.1 in Python 3.1

You can't. Python 2.x code doesn't just run on Python 3, quite a few things have changed. You'd need to: run the whole codebase through 2to3, then fix any other bugs or libraries that might have changed in behavior rebuild all the dependencies for Python 3 if even possible yet since not everything h...
by daenney
Wed Feb 02, 2011 5:22 pm
Forum: Mac OS
Topic: Using WineBottler to Run Deluge Win32 Executable
Replies: 4
Views: 5562

Re: Using WineBottler to Run Deluge Win32 Executable

This is brilliant. Took me all in all 10min to get this working.

I'll see if the bottler can create a self-contained bottle with the Wine executables inside. If all the necessary Licenses are included we should be able to distribute it that way. Might make a lot of people's lives a lot easier.
by daenney
Wed Feb 02, 2011 4:51 pm
Forum: Mac OS
Topic: Issue Installing on Mac
Replies: 2
Views: 3246

Re: Issue Installing on Mac

Hit Ctrl+C. This will cancel what you're doing but any progress will be saved, stuff that is already compiled and installed won't get lost.

Then just issue your command again, seems you got a mirror of a software packages that is down-ish.
by daenney
Tue Feb 01, 2011 6:56 pm
Forum: Mac OS
Topic: Deluge.app - Native OS X Deluge Client
Replies: 64
Views: 58380

Re: Deluge.app - Native OS X Deluge Client

You can build just the daemon and it doesn't require GTK+. Had a look at the ubuntu and debian packages: deluged (daemon) depends on : deluge-common python deluge-common depends on: geoip-database chardet python-libtorrent and thus libtorrent-rasterbar python-openssl twisted + twisted-web python-xdg...
by daenney
Tue Feb 01, 2011 10:16 am
Forum: Mac OS
Topic: Remove Mac as supported paltform
Replies: 27
Views: 20592

Re: Remove Mac as supported paltform

I understand the sentiment of the topic starter and up to a certain point I agree. Mac OS is not supported by the developers in any way. Their choice to use GTK+ makes it even that much harder to build/package Deluge for OS X, compared to Qt which is a breeze. But, just because the developers don't ...
by daenney
Mon Jan 24, 2011 6:40 pm
Forum: Mac OS
Topic: Deluge.app - Native OS X Deluge Client
Replies: 64
Views: 58380

Re: Deluge.app - Native OS X Deluge Client

This is really exciting. I can tell you there is huge support for a native OS X Deluge. You guys would be a hero to the masses. I wish I knew anything about coding and I would help. I'm certainly happy to alpha or beta test. I'll keep that in mind but when it comes to my project it might take a whi...
by daenney
Mon Jan 24, 2011 2:50 pm
Forum: Mac OS
Topic: Deluge.app - Native OS X Deluge Client
Replies: 64
Views: 58380

Re: Deluge.app - Native OS X Deluge Client

On a related topic, I've started to work on a "true" native Deluge app. Basically, since I've had to use python now for a few weeks and am starting to get the hang of it I figured I might as well go all the way and create a native UI for deluged through PyObjC. Remains to see if I can pull...
by daenney
Wed Sep 24, 2008 4:28 pm
Forum: Windows OS
Topic: windows and webui
Replies: 3
Views: 3471

windows and webui

Hey there, I use Deluge all the time on my ubuntu box but I also need it on a Server 2003 box. Now it runs fine but what I can't figure out is if there's a webUI for windows and how to start it. I tried changing deluge.cmd to call deluge.exe -u web but that doesn't work (didn't really expect it to b...