gt; When I am trying to import requests library in python shell, I get this
> > > > error: ImportError: No module named 'requests.packages.urllib3'
> > > > I have tried searching online and followed a few probable solutions but
> > > > yet no luck.
&g
/compat.py", line 42, in
from .packages.urllib3.packages.ordered_dict import OrderedDict
File "/Library/Python/2.7/site-packages/requests/packages/__init__.py", line
95, in load_module
raise ImportError("No module named '%s'" % (name,))
ImportError: No module named 'requests.packages.urllib3'
--
https://mail.python.org/mailman/listinfo/python-list
On Wednesday, April 1, 2015 at 12:05:12 PM UTC-4, Ian wrote:
> On Wed, Apr 1, 2015 at 9:46 AM, wrote:
> > When I am trying to import requests library in python shell, I get this
> > error: ImportError: No module named 'requests.packages.urllib3'
> > I have tried
On Thu, Apr 2, 2015 at 3:04 AM, Ian Kelly wrote:
> On Wed, Apr 1, 2015 at 9:46 AM, wrote:
>> When I am trying to import requests library in python shell, I get this
>> error: ImportError: No module named 'requests.packages.urllib3'
>> I have tried searching onl
On Wed, Apr 1, 2015 at 9:46 AM, wrote:
> When I am trying to import requests library in python shell, I get this
> error: ImportError: No module named 'requests.packages.urllib3'
> I have tried searching online and followed a few probable solutions but yet
> no luck.
&g
When I am trying to import requests library in python shell, I get this error:
ImportError: No module named 'requests.packages.urllib3'
I have tried searching online and followed a few probable solutions but yet no
luck.
Does anyone know how I can solve this error?
I am using