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?
Chris
I've had this problem with older builds of PythonWin.
With build 202 tis doesn't seem to be a problem fo
It works fine here.
--
It's me
"Chris" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 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?
>
> Chris
--
htt
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-fun
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
Oth