[wxPython-users] Distribution & Auto-Updater

Stani's Python Editor spe.stani.be at gmail.com
Tue May 1 20:08:03 PDT 2007


Josiah Carlson wrote:
> There is decompyle which from what I understand works quite well at
> recovering source from .pyc files.  Running it through pyobfuscate may
> or may not help.
>
> Alternatively, one could distribute source in an encrypted format.  It
> will need to be decrypted and loaded, at which would leave one open for
> theft, but it would prevent casual source code theft.
>   
Or another alternative...
With pyrex you can compile your modules into .pyd (which is the python 
equivalent to dll):
http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/

Stani
--
http://pythonide.stani.be




More information about the wxpython-users mailing list