Idlex 1.13 : Unable to located “idlexlib”

穿精又带淫゛_ 提交于 2019-12-10 16:04:13

问题


I really like IDLE because it's simple and intuitive, not to mention it is lightweight, but one turnoff is its lack of Line Numbers which is very important (for me).

I installed Python 3.6.0 for all users and then installed IdleX (python setup.py install), both as Admin. The setup went smoothly and the console displayed all processes just fine. However, when I tried to run idlex, an error showed:

Unable to located "idlexlib".

Make sure it is located in the same directory as "idlexlib" or run setup.py

to install IdleX.

 python setup.py install --user

I tried uninstalling IDLE then installed it for single user, reboot then run again but the problem is still the same. I tried upgrading to Python 3.6.1 but with no luck. I also tried copying LineNumbers.py to idlelib then edited configextensions.def but still no luck.

This should be a textbook setup (or so I thought) but I can't get it to work.

P.S.: Using Windows 10, 64-bit

来源:https://stackoverflow.com/questions/43012037/idlex-1-13-unable-to-located-idlexlib

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!