No module named authorize.oauth
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.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/
from launchpadlib.
File "/usr/local/
from lazr.restfulcli
ImportError: No module named authorize.oauth
I apologize if this is something I screwed up during the install. Thanks!
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.