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.17:52:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621533139.32.0.125494258186.issue44193@roundup.psfhosted.org>
In-reply-to
Content
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 of support. but I assume if this has recently been fixed for more recent python modules, the same sort of fix could be applied to my install.

The problem is, I am on 64 bit windows 7 with 64 bit python 2.6.2 installed to use blender 2.49b. I have a 32 bit computer and verified the error does not appear when importng the socket module there! only on my 32 bit computer., I tried uninstalling 64 bit python from C:\Python26 and reinstalling to C:\Program Files (x86)\Python26. I have updated the system environment variables, to include this in the python path.

and I still get 
"C:\Program Files (x86)\Python26\LIB\socket.py", line 46, in <module> 
import _socket 
ImportError: DLL load failed: %1 is not a valid Win32 application

I would be happy if someone remembered the fix for this so I could apply it myself.
History
Date User Action Args
2021-05-20 17:52:19Joshexsetrecipients: + Joshex
2021-05-20 17:52:19Joshexsetmessageid: <1621533139.32.0.125494258186.issue44193@roundup.psfhosted.org>
2021-05-20 17:52:19Joshexlinkissue44193 messages
2021-05-20 17:52:19Joshexcreate