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 terry.reedy
Recipients cheryl.sabella, terry.reedy
Date 2017-11-21.16:34:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Error is printed in console window if IDLE started from one.
>>> import idlelib.idle
# Select pathbrowser in File menu
Exception in Tkinter callback
Traceback (most recent call last):
  File "F:\dev\3x\lib\tkinter\__init__.py", line 1699, in __call__
    return self.func(*args)
  File "F:\dev\3x\lib\idlelib\editor.py", line 671, in open_path_browser
    pathbrowser.PathBrowser(self.flist)
  File "F:\dev\3x\lib\idlelib\pathbrowser.py", line 18, in __init__
    self.init(flist)
TypeError: init() takes 1 positional argument but 2 were given
History
Date User Action Args
2017-11-21 16:34:58terry.reedysetrecipients: + terry.reedy, cheryl.sabella
2017-11-21 16:34:58terry.reedysetmessageid: <[email protected]>
2017-11-21 16:34:58terry.reedylinkissue32100 messages
2017-11-21 16:34:58terry.reedycreate