This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients fgracia, ned.deily
Date 2012-10-14.17:18:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350235093.36.0.334224474774.issue16226@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for the report.  There does seem to be a regression in the 3.3 version of IDLE.  Using the OS X version of bin/idle3.3 and selecting menu item File -> Path Browser results in the following exception:

Exception in Tkinter callback
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/tkinter/__init__.py", line 1442, in __call__
    return self.func(*args)
  File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/idlelib/TreeWidget.py", line 131, in expand
    self.update()
  File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/idlelib/TreeWidget.py", line 164, in update
    self.parent.update()
  File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/idlelib/TreeWidget.py", line 170, in update
    self.draw(7, 2)
  File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/idlelib/TreeWidget.py", line 197, in draw
    cy = child.draw(cx, cy)
  File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/idlelib/TreeWidget.py", line 184, in draw
    sublist = self.item._GetSubList()
  File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/idlelib/TreeWidget.py", line 338, in _GetSubList
    sublist = self.GetSubList()
  File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/idlelib/PathBrowser.py", line 61, in GetSubList
    for nn, name in self.listmodules(names):
  File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/idlelib/PathBrowser.py", line 78, in listmodules
    for suff, mode, flag in suffixes:
ValueError: too many values to unpack (expected 3)
History
Date User Action Args
2012-10-14 17:18:13ned.deilysetrecipients: + ned.deily, fgracia
2012-10-14 17:18:13ned.deilysetmessageid: <1350235093.36.0.334224474774.issue16226@psf.upfronthosting.co.za>
2012-10-14 17:18:13ned.deilylinkissue16226 messages
2012-10-14 17:18:12ned.deilycreate