idlex icon indicating copy to clipboard operation
idlex copied to clipboard

LineNumbers "ModuleNotFoundError"

Open hristo-naydenov opened this issue 4 years ago • 3 comments

I've just downloaded IDLEX and ran setup.py, then tried to run LineNumbers.py and got this error:

Traceback (most recent call last):
  File "C:\Users\Nydex\Desktop\idlex-1.18\idlexlib\extensions\LineNumbers.py", line 63, in <module>
    from idlelib.configHandler import idleConf
ModuleNotFoundError: No module named 'idlelib.configHandler'

Any ideas on how to fix it?

hristo-naydenov avatar Jul 03 '20 23:07 hristo-naydenov

What version of Python are you using?

serwy avatar Jul 06 '20 01:07 serwy

3.6 64-bit

hristo-naydenov avatar Jul 06 '20 11:07 hristo-naydenov

Are you trying to run LineNumbers.py directly? Use idlex from scripts, or python -m idlexlib.launch

serwy avatar Jul 09 '20 21:07 serwy