where are the .pyc files?

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Sun Sep 16 13:36:33 EDT 2007


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



More information about the Python-list mailing list