syndicate-storage / syndicate

Internet-scale software-defined storage system
Apache License 2.0
56 stars 10 forks source link

MS throws errors when starts after a git pull #36

Closed wathsalav closed 11 years ago

wathsalav commented 11 years ago

I get the following error when I start the MS.

Traceback (most recent call last): File "/home/wathsala/Downloads/google_appengine/google/appengine/runtime/wsgi.py", line 196, in Handle handler = _config_handle.add_wsgi_middleware(self._LoadHandler()) File "/home/wathsala/Downloads/google_appengine/google/appengine/runtime/wsgi.py", line 255, in _LoadHandler handler = import(path[0]) File "/home/wathsala/Downloads/google_appengine/ms/msapp.py", line 5, in import MS.handlers File "/home/wathsala/Downloads/google_appengine/ms/MS/handlers.py", line 12, in from MS.methods.resolve import Resolve File "/home/wathsala/Downloads/google_appengine/ms/MS/methods/resolve.py", line 7, in from MS.volume import Volume File "/home/wathsala/Downloads/google_appengine/ms/MS/volume.py", line 16, in from Crypto import Random ImportError: cannot import name Random

jcnelson commented 11 years ago

You'll need to install the pycrypto package to run the MS.

-Jude

----- Original Message ----- From: "Wathsala Vithanage" notifications@github.com To: "jcnelson/syndicate" syndicate@noreply.github.com Sent: Friday, August 2, 2013 2:42:10 PM Subject: [syndicate] MS throws errors when starts after a git pull (#36)

I get the following error when I start the MS.

Traceback (most recent call last): File "/home/wathsala/Downloads/google_appengine/google/appengine/runtime/wsgi.py", line 196, in Handle handler = config_handle.add_wsgi_middleware(self._LoadHandler()) File "/home/wathsala/Downloads/google_appengine/google/appengine/runtime/wsgi.py", line 255, in _LoadHandler handler = _import (path[0]) File "/home/wathsala/Downloads/google_appengine/ms/msapp.py", line 5, in import MS.handlers File "/home/wathsala/Downloads/google_appengine/ms/MS/handlers.py", line 12, in from MS.methods.resolve import Resolve File "/home/wathsala/Downloads/google_appengine/ms/MS/methods/resolve.py", line 7, in from MS.volume import Volume File "/home/wathsala/Downloads/google_appengine/ms/MS/volume.py", line 16, in from Crypto import Random ImportError: cannot import name Random

— Reply to this email directly or view it on GitHub .