Bug#832626: python-requests: Importing the module fails

2016-07-28 Thread Michel Le Bihan
Package: python-requests Followup-For: Bug #832626 Hello, Thanks for the tip. `sudo pip uninstall $(pip freeze) -y` resolved my issue. Thanks again and sorry for opening an issue with severity grave when there there was no problem with the package. Michel Le Bihan -- System Information:

Bug#832626: python-requests: Importing the module fails

2016-07-28 Thread Daniele Tricoli
Hello Michel, thanks for the additional details. On Thursday, July 28, 2016 02:29:25 PM Michel Le Bihan wrote: > >>> sys.path > > ['', '/usr/local/lib/python2.7/dist-packages/pytvmaze-1.4.3-py2.7.egg', > '/usr/local/lib/python2.7/dist-packages/pyScss-1.3.4-py2.7-linux-x86_64.egg' > ,

Bug#832626: python-requests: Importing the module fails

2016-07-28 Thread Michel Le Bihan
Package: python-requests Version: 2.10.0-2 Followup-For: Bug #832626 Hello, michel@debian:~$ python Python 2.7.12 (default, Jun 29 2016, 08:18:26) [GCC 5.4.0 20160609] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> sys.version_info

Bug#832626: python-requests: Importing the module fails

2016-07-27 Thread Ben Finney
On 27-Jul-2016, Michel Le Bihan wrote: > >>> import requests > Traceback (most recent call last): > File "", line 1, in > File "/usr/lib/python2.7/dist-packages/requests/__init__.py", line 61, in > > from .packages.urllib3.exceptions import DependencyWarning > ImportError: cannot import

Bug#832626: python-requests: Importing the module fails

2016-07-27 Thread Daniele Tricoli
tag 832626 + moreinfo thanks Hello Michel, On Wednesday, July 27, 2016 09:29:21 PM Michel Le Bihan wrote: > Package: python-requests > Version: 2.10.0-2 > Severity: grave > Justification: renders package unusable > > >>> import requests > > Traceback (most recent call last): > File "", line

Processed: Re: Bug#832626: python-requests: Importing the module fails

2016-07-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tag 832626 + moreinfo Bug #832626 [python-requests] python-requests: Importing the module fails Added tag(s) moreinfo. > thanks Stopping processing here. Please contact me if you need assistance. -- 832626:

Bug#832626: python-requests: Importing the module fails

2016-07-27 Thread Michel Le Bihan
Package: python-requests Version: 2.10.0-2 Severity: grave Justification: renders package unusable >>> import requests Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.7/dist-packages/requests/__init__.py", line 61, in from .packages.urllib3.exceptions