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 Drekin
Recipients Drekin, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-08-01.09:01:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438419682.41.0.973559633469.issue24771@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-08-01 09:01:22Drekinsetrecipients: + Drekin, paul.moore, tim.golden, zach.ware, steve.dower
2015-08-01 09:01:22Drekinsetmessageid: <1438419682.41.0.973559633469.issue24771@psf.upfronthosting.co.za>
2015-08-01 09:01:22Drekinlinkissue24771 messages
2015-08-01 09:01:22Drekincreate