No module named authorize.oauth

Bug #510344 reported by Jamal Fanaian
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
lazr.restfulclient
Triaged
Low
Unassigned

Bug Description

I just pulled lazr.restfulclient from trunk, as a pre-requesite for the launchpadlib trunk. When trying to import from launchpadlib I get the following error.

>>> from launchpadlib.launchpad import Launchpad
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python2.6/dist-packages/launchpadlib-1.5.4-py2.6.egg/launchpadlib/launchpad.py", line 34, in <module>
    from launchpadlib.credentials import (
  File "/usr/local/lib/python2.6/dist-packages/launchpadlib-1.5.4-py2.6.egg/launchpadlib/credentials.py", line 40, in <module>
    from lazr.restfulclient.authorize.oauth import (
ImportError: No module named authorize.oauth

I apologize if this is something I screwed up during the install. Thanks!

Revision history for this message
Max Goodhart (chromakode) wrote :

I encountered this problem when I apt-get python-launchpadlib and then installed trunk due to missing features. To fix it, I needed to remove the dependencies that were installed via apt-get, and then run setup.py. It seems that the lazr libs in the Lucid Ubuntu apt repository weren't compatible with trunk of launchpadlib.

Revision history for this message
Gary Poster (gary) wrote :

This is somewhere between a Triaged:Low and a Won't Fix.

Development branches will need a developer environment. Changing that is a Won't Fix.

An open question is whether we need to better inform people of this somehow. Thoughts or ideas?

Changed in lazr.restfulclient:
status: New → Triaged
importance: Undecided → Low
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.