consumerio / cn-gae-sample

How to use the Consumer Notebook API with Google App Engine: Python 2.7.
http://developers.consumernotebook.com
3 stars 0 forks source link

Server error when running the app #1

Open bachirov opened 12 years ago

bachirov commented 12 years ago

Hi, I'm facing a problem with this app when trying to run it, here is the server log: Traceback (most recent call last): File "/base/python27_runtime/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 187, in Handle handler = _config_handle.add_wsgi_middleware(self._LoadHandler()) File "/base/python27_runtime/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 225, in _LoadHandler handler = import(path[0]) File "/base/data/home/apps/s~social-compare/1.357916735368240655/hellocn.py", line 9, in import private ImportError: No module named private

mkomitee commented 12 years ago

Have you renamed private.py.example to private.py and changed its contents to include your redirect uri, client id, and client secret?