[issue15066] make install error: ImportError: No module named _struct

2021-06-25 Thread Irit Katriel
Change by Irit Katriel : -- stage: -> resolved status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue15066] make install error: ImportError: No module named _struct

2021-06-18 Thread Irit Katriel
Irit Katriel added the comment: Lib/site.py has changed a lot in the meantime compared to the patch that Antonio mentioned. Unless you are currently seeing this issue with 3.9+ I suggest we close this and let a new issue be opened if someone does see this problem on a current version.

[issue15066] make install error: ImportError: No module named _struct

2012-10-25 Thread Antonio Chay
Antonio Chay added the comment: Hello there! I have the same issue, using CentOS 5.8, I *reversed* this patch: http://bugs.python.org/issue8205 and now make install works. A side note: before it failed to compile _multiprocessing, with the patch reversed now is included. HTH. Regards!

[issue15066] make install error: ImportError: No module named _struct

2012-06-15 Thread suzhengchun
suzhengchun suzhengc...@yahoo.com.cn added the comment: Thank for your attention. I try it: suzc@linux-opensuse:22:02:51:Python-2.7.3$ PYTHONPATH=/WORK/suzc/installed/python/lib/python2.7 ./python -c 'import sys; print(sys.path)' ['', '/WORK/suzc/installed/python/lib/python2.7',

[issue15066] make install error: ImportError: No module named _struct

2012-06-14 Thread suzhengchun
New submission from suzhengchun suzhengc...@yahoo.com.cn: if test -d /WORK/suzc/installed/python/lib/python2.7/distutils/tests; then \ /usr/bin/install -c -m 644 ./Modules/xxmodule.c \ /WORK/suzc/installed/python/lib/python2.7/distutils/tests ; \ fi

[issue15066] make install error: ImportError: No module named _struct

2012-06-14 Thread Ned Deily
Ned Deily n...@acm.org added the comment: I have no experience with opensuse but, from a general unix install install view, the most obvious cause of that message would be a build failure of the _struct extension. Check the log file for messages with _struct in it. You could also try to