Compiling from Pythonwin?

Mark Hammond mhammond at skippinet.com.au
Mon Feb 4 07:35:35 EST 2002


Spencer Doidge wrote:
> Is there a way to compile .py scripts from the Pythonwin GUI screen other
> than using
> compileFile(...)?

Select File->Import (Ctrl+I).  This will create a .pyc for the file (and 
also load it into Pythonwin's main namespace).

Mark.




More information about the Python-list mailing list