Jeff Schwab wrote: > Sorta, but not really. Typically, you might distribute the source (.py) > files, but if you don't want to do that, you can distribute the > compiled .pyc files instead. Python creates these files automatically > when your modules are imported.
But remember that Python bytecode can be easily decompiled with a publicly-available program. -- http://mail.python.org/mailman/listinfo/python-list