On Sun, Apr 20, 2008 at 6:55 AM, Banibrata Dutta <[EMAIL PROTECTED]> wrote: > Hi, > > Wanted to check if there is any known, reliable, FOSS/Libre -- Obfurscator > for Python 2.5 code. >
What might work is to put all your code in python modules, generate .pyc, and then only distribute those. But you have to be careful that eg: target python interpreter version is the same that you compiled with and so on. -- http://mail.python.org/mailman/listinfo/python-list