papillon68 opened this issue on Sep 25, 2010 · 14 posts
markschum posted Sat, 25 September 2010 at 4:38 PM
Yes , its not that hard , use compile to create a .pyc file.
I have done a couple of things but people who sell utilities done in python would do it as a matter of course. I use a script to contain the compile command . Check the python manuals for the version you use.
compile( string, filename, kind[, flags[, dont_inherit]])