[issue24847] Can't import tkinter in Python 3.5.0rc1

Mark Lawrence report at bugs.python.org
Wed Aug 12 04:39:27 CEST 2015


Mark Lawrence added the comment:

Works fine for me, also on Windows 10 Home 64 bit.

c:\Python35>python.exe
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
>>> tkinter.__file__
'c:\\Python35\\lib\\tkinter\\__init__.py'

----------
nosy: +BreamoreBoy

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


More information about the Python-bugs-list mailing list