This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author veensl
Recipients veensl
Date 2015-11-05.22:28:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446762509.1.0.723427764258.issue25563@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-11-05 22:28:29veenslsetrecipients: + veensl
2015-11-05 22:28:29veenslsetmessageid: <1446762509.1.0.723427764258.issue25563@psf.upfronthosting.co.za>
2015-11-05 22:28:29veensllinkissue25563 messages
2015-11-05 22:28:28veenslcreate