On Sun, 16 Sep 2007 17:28:30 +0000, Summercool wrote: > so i have always heard of the .pyc files.... but for some reason i > don't see them on the Windows platform... when i have a program > called try.py and after running it for ages, i still don't have a > try.pyc file in my folder even if i turn the "show hidden file" to on.
The `*.pyc` files are usually only created when you import a module, not when a module is run directly. Ciao, Marc 'BlackJack' Rintsch -- http://mail.python.org/mailman/listinfo/python-list