[python-win32] Re: 5991 USER Objects in PythonWin IDE

Greg Chapman glc at well.com
Fri Mar 12 13:27:55 EST 2004


On Fri, 12 Mar 2004 09:17:44 -0500, Geoffrey Talvola
<gtalvola at nameconnector.com> wrote:

>I'm in the same situation -- PythonWin causes other apps to misbehave.  And
>I also have a ridiculous number of ToolbarDebugging and ToolbarDefault keys
>in the registry.  Any idea what causes this?  I'm using PythonWin build 163;
>any idea if this is fixed in a newer release?
>

I have no idea what causes it.  It's only happened to me once; I was using build
163 at the time.  I'm now using build 200, but I don't know if that build has
fixed this or if it's only a matter of time before I run into it again.  Here's
a bug report from Sourceforge which apparently indicates that the bug has been
there at least since build 154:

https://sourceforge.net/tracker/index.php?func=detail&aid=849191&group_id=78018&atid=551954

That report also suggests commenting out this call:

    frame.SaveBarState("ToolbarDebugging")

in Pythonwin\pywin\debugger\debugger.py (the report refers to line 462 which in
my version is a comment.  The above is line 461 in debugger.py from build 200).
I'll probably go ahead and try that myself and hope that it will keep the
problem from occurring.

---
Greg Chapman





More information about the Python-win32 mailing list