Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python: How to add mapreduce to existing App Engine project? #53

Closed
pipacs opened this issue May 24, 2015 · 2 comments
Closed

Python: How to add mapreduce to existing App Engine project? #53

pipacs opened this issue May 24, 2015 · 2 comments

Comments

@pipacs
Copy link

pipacs commented May 24, 2015

Tried to copy src/mapreduce to my project folder, then include include.yam from the my yaml. But when starting up dev_appserver, got this exception;

from graphy.backends import google_chart_api
ImportError: No module named graphy.backends

Then I tried build.sh, but it can only build the demo app and nothing else.

Additionally, build.sh installed a huge amount of redundant packages, like graphy, simplejson etc., directly into the demo folder.

@Peter2013Aug
Copy link

you need to put graphy under your project folder

@pipacs
Copy link
Author

pipacs commented May 27, 2015

Thanks for the answer. Dependency management could be a bit smarter though, as many of the packages, like graph, are already distributed with the App Engine SDK.

@pipacs pipacs closed this as completed Jul 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants