the shelter,

The last time I built an app bundle, the only source file from my code in plain ascii was my main.py file. Everything else was precompiled and zipped up in a sub-folder. So the strategy to hide all source code was to create a main.py file which simply imports another file containing what used to be in the main.py file, and run it from there.

Here are some py2app resources I found useful:

http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html
http://undefined.org/python/py2app.html

Mike


On 4-Aug-08, at 12:45 PM, the Shelter wrote:

Hi,

after a lot of python programming on linux and windows I have now taken up the task of converting/ adapting my apps (python/wxPython) to the mac. I tried to bundle my apps w/ py2app but had to find out that it seems like it packs my sources in clear ascii and not in binary form- somewhat unusual after having worked w/ py2exe ...

Am I missing something?

Right now I am on 10.4 w/ latest python and py2app- all from python.org- not the Apple versions.

thanX



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

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

Reply via email to