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 <rep...@bugs.python.org>
<http://bugs.python.org/issue24771>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to