[issue44193] socket line 46 import _socket Import Error

Joshex report at bugs.python.org
Thu May 20 14:20:37 EDT 2021


Joshex <joshex1 at yahoo.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44193>
_______________________________________


More information about the Python-bugs-list mailing list