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

2015-08-11 Thread Steve Dower
5 To: Python-Dev<mailto:python-dev@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

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

2015-08-11 Thread MRAB
RAB <mailto:pyt...@mrabarnett.plus.com> Sent: ‎8/‎11/‎2015 17:25 To: Python-Dev <mailto:python-dev@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.0

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

2015-08-11 Thread MRAB
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 tkin