ImportError: No module named binascii

Dave Angel davea at ieee.org
Fri Jul 30 17:04:08 EDT 2010


Dieter wrote:
> Hi there,
>
> I installed python 2.7 from the tar ball on python.org. the
> installation was pretty uneventful. However, I need to run someone
> elses python code and get the error message
>
> ImportError: No module named binascii
>
> Any recommendations how to correct this? Is there another tar file
> somewhere that I can download to install this missing module?
>
> Thanks a lot in advance.
>
>
>   
You should include the whole error message, including the traceback.

But perhaps first you should try importing binascii yourself, in the 
interpreter.


DaveA




More information about the Python-list mailing list