From: Lieyong Fu <LF...@Ce...> - 2002-01-07 21:41:04
|
Hi, How do I create .pyc file out of .py file so that .py file is not neccessary sitting on the runtime system. When I used Python (not Jython) .pyc file is automatically created every time a .py file is compiled. (For example, when I do Python myfile.py then there will be mytile.pyc created and myfile.py can dispeare unless change is neccessary). In Jython, it doesn't seem that .pyc file is created. Thanks, Lieyong |