On Fri, Jan 8, 2016 at 1:54 AM, jacob Kruger <ja...@blindza.co.za> wrote: > > Also, downloaded both the main master, and the RSS reader master images, > but, both python 2.7 and python 3.4 tell me that they have no urllib2, and > under 3.4, pip install can't find it either..? > > TIA >
Python 3 does not have urllib2. It is a Python 2 module that has been split across several modules in Python 3. However, are you sure you tried it with Python 2.7? -- Bernardo Sulzbach -- https://mail.python.org/mailman/listinfo/python-list