import six.moves.http_client fails

Bug #1438288 reported by Martin Th. Fei
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
OpenStack Core Infrastructure
New
Undecided
Unassigned
Python Jenkins
New
Undecided
Unassigned

Bug Description

This has been reported in another launchpad for another project: https://bugs.launchpad.net/openstack-ci/+bug/1381403

Which version of six is required to work with python-jenkins? This version should be required specifically.

$ python
Python 2.7.6 (default, Sep 9 2014, 15:04:36)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import jenkins
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Library/Python/2.7/site-packages/jenkins/__init__.py", line 54, in <module>
    from six.moves.http_client import BadStatusLine
ImportError: No module named http_client

$ sudo pip install python-jenkins
Requirement already satisfied (use --upgrade to upgrade): python-jenkins in /Library/Python/2.7/site-packages
Requirement already satisfied (use --upgrade to upgrade): pbr<1.0,>=0.8.2 in /Library/Python/2.7/site-packages (from python-jenkins)
Requirement already satisfied (use --upgrade to upgrade): six in /Library/Python/2.7/site-packages (from python-jenkins)
Requirement already satisfied (use --upgrade to upgrade): pip in /Library/Python/2.7/site-packages (from pbr<1.0,>=0.8.2->python-jenkins)

$ pip show python-jenkins six
---
Name: python-jenkins
Version: 0.4.5
Location: /Library/Python/2.7/site-packages
Requires: pbr, six
---
Name: six
Version: 1.9.0
Location: /Library/Python/2.7/site-packages
Requires:
WDFM32915227A:~ i070762$

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.