Python - problem in importing new module - libgmail
Posted
by Microkernel
on Stack Overflow
See other posts from Stack Overflow
or by Microkernel
Published on 2010-05-14T12:39:37Z
Indexed on
2010/05/14
12:44 UTC
Read the original article
Hit count: 745
Hi all,
I downloaded Python module libgmail from sourceforge and extracted all the files in the archive. The archive had setup.py, so I went to that directory in command prompt and did
setup.py install
I am getting the following error message
I:\libgmail-0.1.11>setup.py install
Traceback (most recent call last):
File "I:\libgmail-0.1.11\setup.py", line 7, in ?
import libgmail
File "I:\libgmail-0.1.11\libgmail.py", line 36, in ?
import mechanize as ClientCookie
ImportError: No module named mechanize
This may be trivial, but I am new to python. So plz guide what to do.
please note, I am using python 2.4 and using Windows-XP.
Thank you
MicroKernel
© Stack Overflow or respective owner