[Python-Dev] Can't import tkinter in Python 3.5.0rc1

MRAB python at mrabarnett.plus.com
Wed Aug 12 03:16:16 CEST 2015


On 2015-08-12 02:05, Steve Dower wrote:
> We saw and fixed it before RC 1. I'll check whether that fix didn't 
> stick, but go ahead, open an issue and assign me.

It's issue 24847.

> ------------------------------------------------------------------------
> From: MRAB <mailto:python at mrabarnett.plus.com>
> Sent: ‎8/‎11/‎2015 17:25
> To: Python-Dev <mailto:python-dev at python.org>
> Subject: [Python-Dev] Can't import tkinter in Python 3.5.0rc1
>
> As the subject says, I'm unable to import tkinter in Python 3.5.0rc1.
>
> The console says:
>
> C:\Python35>python
> Python 3.5.0rc1 (v3.5.0rc1:1a58b1227501, Aug 10 2015, 05:18:45) [MSC
> v.1900 64 bit (AMD64)] on win32
> Type "help", "copyright", "credits" or "license" for more information.
>  >>> import tkinter
> Traceback (most recent call last):
>    File "<stdin>", line 1, in <module>
>    File "C:\Python35\lib\tkinter\__init__.py", line 35, in <module>
>      import _tkinter # If this fails your Python may not be configured
> for Tk
> ImportError: DLL load failed: The specified module could not be found.
>
>
> Is this a known problem?
>
> I'm on Windows 10 Home (64-bit).



More information about the Python-Dev mailing list