Message158297
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. |
|
Date |
User |
Action |
Args |
2012-04-14 23:08:40 | roger.serwy | set | recipients:
+ roger.serwy, brett.cannon, ncoghlan, pitrou, vstinner, eric.smith, benjamin.peterson, eric.araujo, alex, Trundle, python-dev, eric.snow |
2012-04-14 23:08:39 | roger.serwy | set | messageid: <1334444919.9.0.505356187139.issue2377@psf.upfronthosting.co.za> |
2012-04-14 23:08:39 | roger.serwy | link | issue2377 messages |
2012-04-14 23:08:39 | roger.serwy | create | |
|