[issue44193] socket line 46 import _socket Import Error

2021-05-20 Thread Joshex
Joshex added the comment: LOL! the issue does not happen if I uninstall the 64 bit python install the 32 bit python and change the environment variables for the python path to the 32 bit folders. so it's a problem with 64 bit python. good thing I have the 32 bit as a backup. -- __

[issue44193] socket line 46 import _socket Import Error

2021-05-20 Thread Joshex
Joshex 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. --

[issue44193] socket line 46 import _socket Import Error

2021-05-20 Thread Joshex
Joshex added the comment: sorry: edit, it only appears on my 64 bit computer -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue44193] socket line 46 import _socket Import Error

2021-05-20 Thread Joshex
New submission from Joshex : I assume someone has already fixed this problem, as I am using a very old version of python compatible with my version of blender. Though after searching, I found results for the same error message only a month or 2 ago. anyways, my version of python 2.6.2 is out