On Aug 5, 2005, at 3:29 AM, Schollnick, Benjamin wrote: > Folks, > > I just started using py2app.... So this is probably due to operator > error... > But I'm quite surprised that the actual application's .py file is > stored > in the > py2app bundle. I expected the PYC file to be used. > > While it's not a "huge" concern, I don't like the idea of anyone > with a > text > editor being able to see my source code for the main unit.... > > Is there someway to force it to use a PYC instead?
Use a script that imports your module, instead of using your module directly. -bob _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig