ImportError: No module named binascii

D

Dieter

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.
 
M

MRAB

Dieter said:
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.
There isn't a separate binascii module. Have you tried:

at the Python prompt? That works for me (Windows XP) and will show
whether it's missing somehow.
 
D

Dave Angel

Dieter said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top