◐ Shell
clean mode source ↗

Message 158297 - Python tracker

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.