View Single Post
Old May 28th, 2006, 10:12 AM   #4
Dietrich
Professional Programmer
 
Dietrich's Avatar
 
Join Date: Feb 2005
Posts: 434
Rep Power: 4 Dietrich is on a distinguished road
Smile

I hate to differ, but Python does not normally generate a .pyc file. It creates the byte code file in memory, only with imported modules Python will generate a byte code file to speed up their reuse.
__________________
I looked it up on the Intergnats!
Dietrich is offline   Reply With Quote