ImportError DLL load failed importing _tkinter

I had a similar problem importing Tkinter on Windows 7 64-bit – seems that the 64-bit library was still in the libs folder from a previous 64-bit python install.

Uninstalling 64-bit python properly and then repairing with the 32-bit installer fixed the problem for me – you don’t need to use 64-bit python.

Leave a Comment