Page 1 of 1

Using py2app to make a (distributable) Deluge.app

Posted: Sun Jun 27, 2010 7:55 pm
by frakk4d
O

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

Posted: Sun Jun 27, 2010 9:33 pm
by frakk4d
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.

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

Posted: Mon Jun 28, 2010 4:55 pm
by waeking
Can you set

Code: Select all

USER_BASE = none
and see if it will compile and run

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

Posted: Sun Jan 16, 2011 2:21 pm
by keepitcomplicated
Any news on this?

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

Posted: Fri Jan 21, 2011 10:44 pm
by bcode
There is a user on the sig-python mailing list that figure out how to get around the USER_BASE issue for one of his apps... But he only talks about the solution in very high-level terms, no code examples and I'm not a Python coder (or much of a programmer at all), so I'm still a bit lost. But there does seem to be hope.