Issue 740407: Can't browse methods and Classes (original) (raw)
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