Python: ImportError no module named urllib
Posted
by Yury Lifshits
on Stack Overflow
See other posts from Stack Overflow
or by Yury Lifshits
Published on 2010-03-28T08:36:09Z
Indexed on
2010/03/28
8:43 UTC
Read the original article
Hit count: 591
I just rented a VPS from Linode, it has python2.5 and ubuntu 8.04
When I ho to python shell
python
import urllib
I get
ImportError: No module named urllib
What can be the reason? How can I add this module to python? Isn't it prepackaged with the basic version?
Can it be pythonpath problem? How I can test pythonpath?
© Stack Overflow or respective owner