[New-bugs-announce] [issue25563] Windows 10 IDLE /Tniker startup problem

Lester Veenstra report at bugs.python.org
Thu Nov 5 17:28:29 EST 2015


New submission from Lester Veenstra:

C:\Users\lbv>python
Python 2.7.10 (default, May 23 2015, 09:40:32) [MSC v.1500 32 bit (Intel)] 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 "d:\python27\lib\lib-tk\Tkinter.py", line 38, in <module>
    import FixTk
  File "d:\python27\lib\lib-tk\FixTk.py", line 65, in <module>
    import _tkinter
ImportError: DLL load failed: %1 is not a valid Win32 application.

----------
components: Tkinter
messages: 254144
nosy: veensl
priority: normal
severity: normal
status: open
title: Windows 10 IDLE /Tniker  startup problem
type: behavior
versions: Python 2.7

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


More information about the New-bugs-announce mailing list