Skip to content

Instantly share code, notes, and snippets.

@fluffybeing
Created March 11, 2014 22:00
Show Gist options
  • Save fluffybeing/9496056 to your computer and use it in GitHub Desktop.
Save fluffybeing/9496056 to your computer and use it in GitHub Desktop.
libcloud.rest startup error
(libREST)[rranjan@localhost libcloud.rest]$ python libcloud_rest/server.py
Traceback (most recent call last):
File "libcloud_rest/server.py", line 101, in <module>
main()
File "libcloud_rest/server.py", line 97, in main
logger=logger, debug=options.debug)
File "libcloud_rest/server.py", line 19, in start_server
from libcloud_rest.application import LibcloudRestApp
File "/home/rranjan/.virtualenvs/libREST/lib/python2.7/site-packages/libcloud_rest-0.0.1-py2.7.egg/libcloud_rest/application.py", line 7, in <module>
from libcloud_rest.api.urls import urls
File "/home/rranjan/.virtualenvs/libREST/lib/python2.7/site-packages/libcloud_rest-0.0.1-py2.7.egg/libcloud_rest/api/urls.py", line 6, in <module>
from libcloud_rest.api.handlers.compute import compute_handler
ImportError: No module named handlers.compute
(libREST)[rranjan@localhost libcloud.rest]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment