I have installed Python 3.1.2 on a Windows 7 64-bit VM. When I attempt to import urllib2 it fails with the error:
ImportError: No module named urllib2
I tried using urllib.urlretri eve but that also doesn't exist:
AttributeError: 'module' object has no attribute 'urlretrieve'
I tried re-installing Python and still get the above errors.
This all works on my non-VM Windows 7 machine.
Any ideas?
Many thanks.
ImportError: No module named urllib2
I tried using urllib.urlretri eve but that also doesn't exist:
AttributeError: 'module' object has no attribute 'urlretrieve'
I tried re-installing Python and still get the above errors.
This all works on my non-VM Windows 7 machine.
Any ideas?
Many thanks.
Comment