supress creation of .pyc files

Jeremy Sanders jeremy+plusnews at jeremysanders.net
Wed Feb 16 08:56:16 EST 2005


On Wed, 16 Feb 2005 14:53:22 +0100, Thomas Guettler wrote:

> The imported file is a config file, not a script.

You could use execfile() to read the file, and not import.

Jeremy




More information about the Python-list mailing list