[Python-bugs-list] [ python-Bugs-740407 ] Can't browse methods and Classes
SourceForge.net
noreply@sourceforge.net
Sat, 14 Jun 2003 01:28:27 -0700
Bugs item #740407, was opened at 2003-05-20 14:19
Message generated for change (Comment added) made by loewis
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: Closed
>Resolution: Invalid
Priority: 5
Submitted By: hoka (hoka)
Assigned to: Mark Hammond (mhammond)
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
----------------------------------------------------------------------
>Comment By: Martin v. Löwis (loewis)
Date: 2003-06-14 10:28
Message:
Logged In: YES
user_id=21627
Indeed it sounds like one. Closing it here; hoka, please
report it to Mark, as he is the PythonWin maintainer. I believe
https://sourceforge.net/projects/pywin32/
would be appropriate.
----------------------------------------------------------------------
Comment By: Jeremy Hylton (jhylton)
Date: 2003-05-21 23:08
Message:
Logged In: YES
user_id=31392
I think this is a win32 bug, not a Python bug, right, Mark?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=740407&group_id=5470