Re: [Pythonmac-SIG] py2app- python code packed in clear ascii

2008-08-05 Thread Mike Covill
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 c

[Pythonmac-SIG] py2app- python code packed in clear ascii

2008-08-04 Thread the Shelter
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 unu