PythonWin Not Updating

Greg Krohn greg at invalid.invalid
Tue Dec 14 16:35:27 EST 2004


Robert Brewer wrote:
> Chris wrote:
> 
>>I'm working on a program in PythonWin.  The problem I'm 
>>running into is that after I make a code change,
>>PythonWin doesn't always see it.  Has anyone else
>>had this problem?
> 
> 
> "See it" in the interactive session? Use reload():
> 
> http://docs.python.org/lib/built-in-funcs.html
> 
> Otherwise, you'll have to explain a bit more--that's my best guess as to
> what your issue is.
> 
> 
> Robert Brewer
> MIS
> Amor Ministries
> fumanchu at amor.org

You might also try deleting any *.pyc files, Python will just recompile 
them next time around.

greg



More information about the Python-list mailing list