[issue24771] Cannot import _tkinter in Python 3.5 on Windows

Adam Bartoš report at bugs.python.org
Sat Aug 1 11:01:22 CEST 2015


New submission from Adam Bartoš:

I found out that I cannot import tkinter in Python 3.5.0b4 on 64-bit Windows Vista. Trying to import _tkinter results in ImportError: DLL load failed. On the other hand I have no problem importing _ctypes whose .pyd file is at the same location as _tkinter.pyd.

----------
components: Tkinter, Windows
messages: 247802
nosy: Drekin, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Cannot import _tkinter in Python 3.5 on Windows
type: behavior
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24771>
_______________________________________


More information about the Python-bugs-list mailing list