<html>
  <head>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font size="-1">I open a .py file, work away and all is OK.<br>
      I drag the vertical divider to show the object treeview.<br>
      I type some text then a period and get:<br>
      <br>
      &gt;&gt;&gt; Firing event 'KeyDot' failed.<br>
      Traceback (most recent call last):<br>
      &nbsp; File
      "D:\Python27\Lib\site-packages\pythonwin\pywin\scintilla\bindings.py",
      line 142, in fire<br>
      &nbsp;&nbsp;&nbsp; rc = binding.handler(*args)<br>
      &nbsp; File
      "D:\Python27\Lib\site-packages\pythonwin\pywin\scintilla\view.py",
      line 307, in KeyDotEvent<br>
      &nbsp;&nbsp;&nbsp; self._AutoComplete()<br>
      &nbsp; File
      "D:\Python27\Lib\site-packages\pythonwin\pywin\scintilla\view.py",
      line 465, in _AutoComplete<br>
      &nbsp;&nbsp;&nbsp; minline, maxline, curclass = self._GetClassInfoFromBrowser()<br>
      &nbsp; File
      "D:\Python27\Lib\site-packages\pythonwin\pywin\scintilla\view.py",
      line 520, in _GetClassInfoFromBrowser<br>
      &nbsp;&nbsp;&nbsp; if not browser.list: return (minline,maxline,None) # Not
      initialized<br>
      &nbsp; File
      "D:\Python27\Lib\site-packages\pythonwin\pywin\tools\hierlist.py",
      line 62, in __getattr__<br>
      ... many many more of this line<br>
      &nbsp; File
      "D:\Python27\Lib\site-packages\pythonwin\pywin\tools\hierlist.py",
      line 62, in __getattr__<br>
      &nbsp;&nbsp;&nbsp; return getattr(self, attr)<br>
      &nbsp; File
      "D:\Python27\Lib\site-packages\pythonwin\pywin\tools\hierlist.py",
      line 60, in __getattr__<br>
      &nbsp;&nbsp;&nbsp; return getattr(self.listControl, attr)<br>
      RuntimeError: maximum recursion depth exceeded<br>
      <br>
      There is an extra period after the one I typed.<br>
      <br>
      Can this be fixed?</font><br>
    <pre class="moz-signature" cols="72">-- 
Bob Gailer
919-636-4239
Chapel Hill NC</pre>
  </body>
</html>