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 Joshex
Recipients Joshex
Date 2021-05-20.18:20:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621534837.23.0.774129885699.issue44193@roundup.psfhosted.org>
In-reply-to
Content
Same error when importing Tkinter

it looks like any python module that tries to import a DLL fails because it forgets it should be looking for a 64 bit dll and instead goes looking for a 32 bit DLL and when it finds out it's 64 it throws a tantrum.
History
Date User Action Args
2021-05-20 18:20:37Joshexsetrecipients: + Joshex
2021-05-20 18:20:37Joshexsetmessageid: <1621534837.23.0.774129885699.issue44193@roundup.psfhosted.org>
2021-05-20 18:20:37Joshexlinkissue44193 messages
2021-05-20 18:20:37Joshexcreate