[python-win32] Problem with PythonWin 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)] on win32.
Roger Upole
rupole at hotmail.com
Sun Apr 8 09:11:14 CEST 2012
"bob gailer" <bgailer at gmail.com> wrote in message news:4F7F0CF8.7010704 at gmail.com...
>I open a .py file, work away and all is OK.
> I drag the vertical divider to show the object treeview.
> I type some text then a period and get:
>
> >>> Firing event 'KeyDot' failed.
> Traceback (most recent call last):
> File
> "D:\Python27\Lib\site-packages\pythonwin\pywin\scintilla\bindings.py",
> line 142, in fire
> rc = binding.handler(*args)
> File
> "D:\Python27\Lib\site-packages\pythonwin\pywin\scintilla\view.py", line
> 307, in KeyDotEvent
> self._AutoComplete()
> File
> "D:\Python27\Lib\site-packages\pythonwin\pywin\scintilla\view.py", line
> 465, in _AutoComplete
> minline, maxline, curclass = self._GetClassInfoFromBrowser()
> File
> "D:\Python27\Lib\site-packages\pythonwin\pywin\scintilla\view.py", line
> 520, in _GetClassInfoFromBrowser
> if not browser.list: return (minline,maxline,None) # Not initialized
> File
> "D:\Python27\Lib\site-packages\pythonwin\pywin\tools\hierlist.py", line
> 62, in __getattr__
> ... many many more of this line
> File
> "D:\Python27\Lib\site-packages\pythonwin\pywin\tools\hierlist.py", line
> 62, in __getattr__
> return getattr(self, attr)
> File
> "D:\Python27\Lib\site-packages\pythonwin\pywin\tools\hierlist.py", line
> 60, in __getattr__
> return getattr(self.listControl, attr)
> RuntimeError: maximum recursion depth exceeded
>
> There is an extra period after the one I typed.
>
> Can this be fixed?
>
Just checked in a fix for this.
Roger
More information about the python-win32
mailing list