Comparing PythonWin and IDLE?

David Smith drs at labs.agilent.com
Thu Apr 13 12:17:23 EDT 2000


Warren Postma wrote:

>  I find once a module has
> been imported once, it often will not import again, even if I have changed
> the source (.py) file, the .pyc file does not appear to be regenerated, and
> any errors in the .py file can only be fixed by editing and saving the .py
> file, quitting the IDE and restarting. This appears to happen for both IDLE
> and Python. Anybody else seen this?

When you edit a file under Idle, Save it and then hit Control-F5.  Then
you can re-import the file.

	David Smith



More information about the Python-list mailing list