Search found 6 matches

by frakk4d
Sat Dec 04, 2010 3:03 pm
Forum: Support
Topic: Deluge 1.3.x disk space monitor
Replies: 1
Views: 1848

Deluge 1.3.x disk space monitor

Hi
by frakk4d
Sun Jun 27, 2010 9:33 pm
Forum: Mac OS
Topic: Using py2app to make a (distributable) Deluge.app
Replies: 4
Views: 5706

Re: Using py2app to make a (distributable) Deluge.app

I've had a bit of a further look into this and I think that maybe Deluge is just too complex a program to use with py2app. I'm not sure it was designed to be able to cope with creating apps that rely on python scripts for code compilation. Hopefully someone can prove me wrong though.
by frakk4d
Sun Jun 27, 2010 6:21 pm
Forum: Mac OS
Topic: Deluge.app - Native OS X Deluge Client
Replies: 64
Views: 58730

Re: Deluge.app - Native OS X Deluge Client

Yeah, I don't want to use the included Snow Leopard Python2.6 as the tutorial seems keen on using MacPorts' python 2.6 (with which I've actually got Deluge working, albeit in a launch-from-commandline fashion). But yeah, I've managed to install a universal version of Python 2.6 which seems to have a...
by frakk4d
Sun Jun 27, 2010 4:50 pm
Forum: Mac OS
Topic: Deluge.app - Native OS X Deluge Client
Replies: 64
Views: 58730

Re: Deluge.app - Native OS X Deluge Client

Aha, looks like there might be issues with py2app & virtualenv: http://zognot.org/20081219-2100-py2app-virtualenv will do a bit more tinkering and see if I get anywhere Update: I no longer get a 'python found' error trying to run the .app, but I get the following: ImportError: dlopen(/Users/gell...
by frakk4d
Sun Jun 27, 2010 3:22 pm
Forum: Mac OS
Topic: Deluge.app - Native OS X Deluge Client
Replies: 64
Views: 58730

Re: Deluge.app - Native OS X Deluge Client

Yeah, I managed to successfully build it using the tutorial, then created another virtualenv for py2app-deluge. Tried following the remaining (post mkvirtualenv) steps in the tutorial after getting that virtualenv set up with py2app, then renaming the default setup.py to Deluge.py, and doing py2appl...