[Python-bugs-list] [ python-Bugs-740407 ] Can't browse methods and Classes

SourceForge.net noreply@sourceforge.net
Tue, 20 May 2003 05:19:37 -0700


Bugs item #740407, was opened at 2003-05-20 12:19
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=740407&group_id=5470

Category: Python Library
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: hoka (hoka)
Assigned to: Nobody/Anonymous (nobody)
Summary: Can't browse methods and Classes

Initial Comment:
If i want to show the method and classes under 
Browse Python Path i got every time this error:

  File "D:\Python23\lib\site-
packages\Pythonwin\pywin\tools\hierlist.py", line 
123, in OnTreeItemExpanding
    self.AddSubList(itemHandle, self.GetSubList
(item))
  File "D:\Python23\lib\site-
packages\Pythonwin\pywin\tools\hierlist.py", line 
137, in AddSubList
    self.AddItem(parentHandle, item)
  File "D:\Python23\lib\site-
packages\Pythonwin\pywin\tools\hierlist.py", line 
140, in AddItem
    text = self.GetText(item)
  File "D:\Python23\lib\site-
packages\Pythonwin\pywin\tools\hierlist.py", line 
266, in GetText
    return self.DelegateCall( item.GetText )
  File "D:\Python23\lib\site-
packages\Pythonwin\pywin\tools\hierlist.py", line 
255, in DelegateCall
    return fn()
  File "D:\Python23\lib\site-
packages\Pythonwin\pywin\tools\browseProjects.p
y", line 26, in GetText
    return self.name + self.suffix
TypeError: unsupported operand type(s) for 
+: 'instance' and 'str'
win32ui: Exception in OnNotify() handler

Greetings

Kai

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=740407&group_id=5470