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 roger.serwy
Recipients Trundle, alex, benjamin.peterson, brett.cannon, eric.araujo, eric.smith, eric.snow, ncoghlan, pitrou, python-dev, roger.serwy, vstinner
Date 2012-04-14.23:08:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334444919.9.0.505356187139.issue2377@psf.upfronthosting.co.za>
In-reply-to
Content
Brett, your latest commit breaks IDLE. Here's the error message:

Failed to import extension:  FormatParagraph
Failed to load extension 'FormatParagraph'
Traceback (most recent call last):
  File "./idlelib/EditorWindow.py", line 998, in load_standard_extensions
    self.load_extension(name)
  File "./idlelib/EditorWindow.py", line 1008, in load_extension
    mod = __import__(name, globals(), locals(), [])
  File "<frozen importlib._bootstrap>", line 974, in _find_and_load
ImportError: No module named 'FormatParagraph'

Same error occurs for ZoomHeight, ScriptBinding, CallTips, ParenMatch, and AutoComplete.

I reverted to e730da0cd489, recompiled, and these errors went away. Just to be sure, I updated to tip, recompiled, and the errors reappeared.
History
Date User Action Args
2012-04-14 23:08:40roger.serwysetrecipients: + roger.serwy, brett.cannon, ncoghlan, pitrou, vstinner, eric.smith, benjamin.peterson, eric.araujo, alex, Trundle, python-dev, eric.snow
2012-04-14 23:08:39roger.serwysetmessageid: <1334444919.9.0.505356187139.issue2377@psf.upfronthosting.co.za>
2012-04-14 23:08:39roger.serwylinkissue2377 messages
2012-04-14 23:08:39roger.serwycreate