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 liuqianhn
Recipients liuqianhn
Date 2012-03-07.07:47:16
SpamBayes Score 1.9802801e-05
Marked as misclassified No
Message-id <1331106438.0.0.366139924133.issue14216@psf.upfronthosting.co.za>
In-reply-to
Content
File "~/PythonInstall/lib/python2.7/multiprocessing/process.py", line 129, in start
    from .forking import Popen
  File "~/PythonInstall/lib/python2.7/multiprocessing/forking.py", line 58, in <module>
    from pickle import Pickler
  File "~/PythonInstall/lib/python2.7/pickle.py", line 1266, in <module>
    import binascii as _binascii
ImportError: No module named binascii


The used OS is: [GCC 3.4.6 20060404 (Red Hat 3.4.6-9)] on linux2

NOTED: There is no error when I import "binascii" in Python 2.7.2 on Window XP.

How to solve it?
Many thanks.
History
Date User Action Args
2012-03-07 07:47:18liuqianhnsetrecipients: + liuqianhn
2012-03-07 07:47:18liuqianhnsetmessageid: <1331106438.0.0.366139924133.issue14216@psf.upfronthosting.co.za>
2012-03-07 07:47:17liuqianhnlinkissue14216 messages
2012-03-07 07:47:16liuqianhncreate