I have a wxPython app which works on my Mac.  I created an app bundle
and this works on my Mac and my friends Mac :)

All good, except that if I give my friend the source code and get him to
create the app, the app is created as semi_standalone, and the app does
not work as some modules cant be found.  I am assuming the problems is
is related to the semi_standalone versus standalone, but not 100% sure.

Any idea why my friend's build is semi_standalone and mine is standalone
??  It's the same source.

Any ideas on how to make standalone explicit with py2app ??

I see the --semi-standalone option in py2applet, but I don't think my
friend should have to run pyapplet, right ???   Setup is already created.
Hmmm, maybe I have explicitly specify standalone in setup.py somewhere ???

Thanks, Brendan.

begin:vcard
fn:Brendan Simon
n:Simon;Brendan
org:eTRIX pty ltd
adr:;;PO Box 306;St Kilda;VIC;3182;Australia
email;internet:brendan.si...@etrix.com.au
title:Managing Director
tel;work:+61-417-380-984
tel;cell:+61-417-380-984
x-mozilla-html:TRUE
version:2.1
end:vcard

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to