unable to open IDLE for Python3.50rc1 on windows10 64bit AMD

eryk sun eryksun at gmail.com
Thu Dec 24 17:17:14 EST 2015


On Thu, Dec 24, 2015 at 3:29 PM, Nicky Mac <nmcelwaine at gmail.com> wrote:
>
> C:\Users\Nick>python -m idlelib
> ** IDLE can't import Tkinter.
> Your Python may not be configured for Tk. **

In the 3.5 installation directory, ensure that tkinter is installed in
Lib/tkinter. There should be an "__init__.py" and several other files
such as "filedialog.py". Also ensure that the DLLs  directory has the
extension module "_tkinter.pyd" and dependent DLLs "tcl86t.dll" and
"tk86t.dll".



More information about the Python-list mailing list