Roger Serwy <[email protected]> added the comment:
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.
----------
nosy: +serwy
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue2377>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com