Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 3867 by kevin.michael.lloyd: importerror with http_client
https://code.google.com/p/reviewboard/issues/detail?id=3867

*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
*** rejected.
***
*** If you have a security issue to report, please send it confidentially
to
*** secur...@reviewboard.org. Posting security-related issues to this bug
*** tracker causes us to have to do an emergency release.
***
*** For customer support, please post to reviewbo...@googlegroups.com
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** This bug tracker is public. Please check that any logs or other
information
*** that you include has been stripped of confidential information.


What version are you running?
RBTools==0.7.2

What's the URL of the page containing the problem?
none, RBTools

What steps will reproduce the problem?
1. sudo easy_install -U RBTools
2. rbt


What is the expected output? What do you see instead?
Expected output was for the tool to run.

Actual output:
COTNPL-0P8G3QN:repos mikelloyd$ rbt
Traceback (most recent call last):
  File "/usr/local/bin/rbt", line 9, in <module>
    load_entry_point('RBTools==0.7.2', 'console_scripts', 'rbt')()
File "build/bdist.macosx-10.10-intel/egg/pkg_resources/__init__.py", line 552, in load_entry_point File "build/bdist.macosx-10.10-intel/egg/pkg_resources/__init__.py", line 2672, in load_entry_point File "build/bdist.macosx-10.10-intel/egg/pkg_resources/__init__.py", line 2345, in load File "build/bdist.macosx-10.10-intel/egg/pkg_resources/__init__.py", line 2351, in resolve File "/Library/Python/2.7/site-packages/RBTools-0.7.2-py2.7.egg/rbtools/commands/__init__.py", line 16, in <module>
    from rbtools.api.client import RBClient
File "/Library/Python/2.7/site-packages/RBTools-0.7.2-py2.7.egg/rbtools/api/client.py", line 5, in <module>
    from rbtools.api.transport.sync import SyncTransport
File "/Library/Python/2.7/site-packages/RBTools-0.7.2-py2.7.egg/rbtools/api/transport/sync.py", line 4, in <module>
    from rbtools.api.factory import create_resource
File "/Library/Python/2.7/site-packages/RBTools-0.7.2-py2.7.egg/rbtools/api/factory.py", line 3, in <module>
    from rbtools.api.resource import (CountResource, ItemResource,
File "/Library/Python/2.7/site-packages/RBTools-0.7.2-py2.7.egg/rbtools/api/resource.py", line 12, in <module>
    from rbtools.api.request import HttpRequest
File "/Library/Python/2.7/site-packages/RBTools-0.7.2-py2.7.egg/rbtools/api/request.py", line 14, in <module>
    from six.moves.http_client import UNAUTHORIZED
ImportError: No module named http_client

What operating system are you using? What browser?
OS X 10.10.3 (14D136)

Please provide any additional information below.
Using default python install, version 2.7.6. Version 3.4.3 is also installed, but is not default.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.

Reply via email to