Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
SAME ON MAC
*** Running dev_appserver with the following flags:
--skip_sdk_update_check=yes --port=8080 --admin_port=8000 --clear_datastore=yes
Python command: /usr/bin/python2.7
INFO 2014-12-26 12:30:59,311 devappserver2.py:745] Skipping SDK update
check.
INFO 2014-12-26 12:30:59,321 api_server.py:172] Starting API server at:
http://localhost:53049
INFO 2014-12-26 12:30:59,327 dispatcher.py:186] Starting module "default"
running at: http://localhost:8080
INFO 2014-12-26 12:30:59,329 admin_server.py:118] Starting admin server at:
http://localhost:8000
ERROR 2014-12-26 12:31:02,233 wsgi.py:263]
Traceback (most recent call last):
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/runtime/wsgi.py", line 240, in Handle
handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/runtime/wsgi.py", line 299, in _LoadHandler
handler, path, err = LoadObject(self._handler)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/runtime/wsgi.py", line 85, in LoadObject
obj = __import__(path[0])
File "/Users/fb/Google Drive/coursebuilder/main.py", line 26, in <module>
from controllers import sites
File "/Users/fb/Google Drive/coursebuilder/controllers/sites.py", line 117, in <module>
import utils
File "/Users/fb/Google Drive/coursebuilder/controllers/utils.py", line 36, in <module>
from common.crypto import XsrfTokenManager
File "/Users/fb/Google Drive/coursebuilder/common/crypto.py", line 26, in <module>
from Crypto.Cipher import AES
ImportError: No module named Crypto.Cipher
INFO 2014-12-26 12:31:02,240 module.py:718] default: "GET /_ah/warmup
HTTP/1.1" 500 -
INFO 2014-12-26 12:31:14,812 shutdown.py:45] Shutting down.
INFO 2014-12-26 12:31:14,812 api_server.py:588] Applying all pending
transactions and saving the datastore
INFO 2014-12-26 12:31:14,812 api_server.py:591] Saving search indexes
Original comment by f...@boelens.co
on 26 Dec 2014 at 12:32
I have the same problem in Windows 7 and this work for me...
The problem is that you don´t have installed the Crypto package in your Python
installation, so you need to install it.
There is one prebuilt python binaries for windows called PyCrypto, I get the
installer here: http://www.voidspace.org.uk/python/modules.shtml#pycrypto
It detects where is you Python installation is and creates all you need to run
Crypto and all its dependencies like _AES.
Hope this info was helpful.
Original comment by proven...@gmail.com
on 5 Jan 2015 at 10:39
Thanks for filing. We intend to address this in the next release.
Original comment by r...@google.com
on 4 Feb 2015 at 6:40
This link and the comment really helped me for Mac OS X installation.
http://www.room362.com/blog/2014/05/21/installing-pycrypto-on-mavericks/
Original comment by stuart.o...@gmail.com
on 5 Mar 2015 at 9:32
This has been fixed in the 1.8.0 release:
https://code.google.com/p/course-builder/wiki/ReleaseNotes#Release_notes_for_ver
sion_1.8.0
Original comment by r...@google.com
on 11 Jul 2015 at 12:30
Original issue reported on code.google.com by
fisherds
on 13 Oct 2014 at 4:39