Doesn't work on Python 3.5.2 either, Windows or Ubuntu. I give up, thanks for the help.
I tried installing Idlex with pip on Ubuntu 16.04 and Python 3.5.2, it still doesn't work. IDLE remains exactly the same.
"Starting with Python 3.6, IDLE requires tcl/tk 8.5 or later." Is this the cause of the problems?
I have found a way to "install" the extensions manually, by moving the files in the zip file from idlex-1.13/idlexlib/extensions to C:\Program Files\Python36\Lib\idlelib and then manually editing the config-extensions.def file in the same directory.
Hello, I have made a fresh install of Python 3.6 on Windows 7, then installed Idlex by using pip install idlex Upon running either idlex.py or idlex.pyw in C:\Program Files\Python36\Scripts, I get the error: 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 When I unzip idlex-1.13.zip and try to run idlex.py directly from there without installing, I get the same error.