Saaheer Purav <saaheer.pu...@gmail.com> added the comment:

This is the error message that I get:

Failed to import extension:  AutoExpand
Failed to load extension 'AutoExpand'
Traceback (most recent call last):
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\idlelib\editor.py",
 line 1115, in load_extension
    mod = importlib.import_module('.' + fname, package=__package__)
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\importlib\__init__.py",
 line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'idlelib.AutoExpand'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\idlelib\editor.py",
 line 1099, in load_standard_extensions
    self.load_extension(name)
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\idlelib\editor.py",
 line 1117, in load_extension
    mod = importlib.import_module(fname)
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\importlib\__init__.py",
 line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'AutoExpand'

Failed to import extension:  CallTips
Failed to load extension 'CallTips'
Traceback (most recent call last):
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\idlelib\editor.py",
 line 1115, in load_extension
    mod = importlib.import_module('.' + fname, package=__package__)
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\importlib\__init__.py",
 line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'idlelib.CallTips'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\idlelib\editor.py",
 line 1099, in load_standard_extensions
    self.load_extension(name)
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\idlelib\editor.py",
 line 1117, in load_extension
    mod = importlib.import_module(fname)
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\importlib\__init__.py",
 line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'CallTips'

Failed to import extension:  ZoomHeight
Failed to load extension 'ZoomHeight'
Traceback (most recent call last):
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\idlelib\editor.py",
 line 1115, in load_extension
    mod = importlib.import_module('.' + fname, package=__package__)
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\importlib\__init__.py",
 line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'idlelib.ZoomHeight'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\idlelib\editor.py",
 line 1099, in load_standard_extensions
    self.load_extension(name)
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\idlelib\editor.py",
 line 1117, in load_extension
    mod = importlib.import_module(fname)
  File 
"C:\Users\saahe\AppData\Local\Programs\Python\Python38-32\lib\importlib\__init__.py",
 line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'ZoomHeight'

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40031>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to