Using py2app to make a (distributable) Deluge.app

Support for Deluge on Apple Mac OS
Post Reply
frakk4d
New User
New User
Posts: 6
Joined: Sun Jun 27, 2010 3:08 pm

Using py2app to make a (distributable) Deluge.app

Post by frakk4d »

O
Last edited by frakk4d on Thu Oct 29, 2020 2:59 pm, edited 1 time in total.
frakk4d
New User
New User
Posts: 6
Joined: Sun Jun 27, 2010 3:08 pm

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

Post 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.
waeking
Member
Member
Posts: 16
Joined: Wed Nov 25, 2009 9:37 pm

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

Post by waeking »

Can you set

Code: Select all

USER_BASE = none
and see if it will compile and run
keepitcomplicated
Member
Member
Posts: 29
Joined: Wed Sep 29, 2010 1:40 pm

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

Post by keepitcomplicated »

Any news on this?
bcode
Member
Member
Posts: 13
Joined: Sat Jul 31, 2010 4:24 am

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

Post 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.
Post Reply