Compiling main script into .pyc

Sam lightaiyee at gmail.com
Thu Jan 16 20:01:51 EST 2014


One thing I observe about python byte-code compiling is that the main script does not gets compiled into .pyc. Only imported modules are compiled into .pyc. 

May I know how can I compile the main script into .pyc? It is to inconvenience potential copy-cats.



More information about the Python-list mailing list