Pyhtonwin debugger troubles

Pete VL EIITKYBTBFTC at spammotel.com
Tue Aug 6 06:13:48 EDT 2002


Hi,

I have some troubles with my pythonwin debugger.
(Pythonwin - Python IDE and GUI Framework for Windows.
win32all build 146)

When moving around the windows that hold the call
stack, variables, etc... (gray area around them),
I get the following exceptions 1000's of times:

Traceback (most recent call last):
  File
"C:\PYTHON22\lib\site-packages\Pythonwin\pywin\docking\DockingBar.py", line
346, in OnNcHitTest
    elif PtInRect(self.rectUndock, pt):
  File "C:\PYTHON22\lib\site-packages\Pythonwin\pywin\mfc\object.py", line
18, in __getattr__
    return getattr(o, attr)
AttributeError: rectUndock
win32ui: OnNcHitTest() virtual handler (<bound method DockingBar.OnNcHitTest
of <pywin.docking.DockingBar.DockingBar instance at 0x03FF7D60>>) raised an
exception

Also, it is impossible to scale/move/... those windows.
They stay tiny, and I have to use scrollbars all te time.
People I know use the same pythonwin debugger on other machines and don't
have trouble!

Anyone experienced things like this?
Or knows a solution?

Any help is welcome,

Peter









More information about the Python-list mailing list