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 [EMAIL PROTECTED]
You might also try deleting any *.pyc files, Python will just recompile them next time around.
greg -- http://mail.python.org/mailman/listinfo/python-list