[Pythonmac-SIG] Py2app Question...

Bob Ippolito bob at redivi.com
Fri Aug 5 15:41:41 CEST 2005


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



More information about the Pythonmac-SIG mailing list