Code Monkey home page Code Monkey logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 21, 2024
[deleted comment]

from course-builder.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 21, 2024
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 [email protected] on 26 Dec 2014 at 12:32

from course-builder.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 21, 2024
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 [email protected] on 5 Jan 2015 at 10:39

from course-builder.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 21, 2024
Thanks for filing.  We intend to address this in the next release.

Original comment by [email protected] on 4 Feb 2015 at 6:40

  • Changed state: Accepted

from course-builder.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 21, 2024
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 [email protected] on 5 Mar 2015 at 9:32

from course-builder.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 21, 2024
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 [email protected] on 11 Jul 2015 at 12:30

  • Changed state: Fixed

from course-builder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.