View Single Post
Old 12-25-2011, 07:06 PM   #1
kojak666
Junior Member
kojak666 began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Aug 2009
Device: none
Linux update issue

When trying to update from 0.8.29 to 0.8.32 on my linux pc running PCLOS I get an error message saying that there is no module named urllib2. I copied the update command into a root window as usual. Am I possibly missing a new dependency or something? my glibc is 2.13-4 and xdg-utils is installed.

My full terminal output is as follows:

[root@localhost ~]# python -c "import urllib2; exec urllib2.urlopen('http://status.calibre-ebook.com/linux_installer').read(); main()"
'import site' failed; use -v for traceback
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named urllib2


Any help resolving this is greatly appreciated.

Thanks,
Phil
kojak666 is offline   Reply With Quote