[issue14216] ImportError: No module named binascii
Éric Araujo
report at bugs.python.org
Wed Mar 7 23:15:49 CET 2012
Éric Araujo <merwok at netwok.org> added the comment:
I suggest you do two things:
- first, run “make -s” to reduce messages and see if the binascii module is compiled correctly or skipped
- second, avoid possible misleading issues with PATH entirely by starting your Python with an absolute path, like ~/path/to/python
(Sidenote: It would be kind of you to edit your replies to remove unneeded quotes from previous messages. They just clobber the bug report. Thanks in advance.)
----------
nosy: +eric.araujo
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14216>
_______________________________________
More information about the Python-bugs-list
mailing list