while i am using “from pygooglechart import PieChart3D” google app engne is reporting “No module named pygooglechart” what may be the problem??
while i am using from pygooglechart import PieChart3D google app engne is reporting No
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to upload modules that you want to use – you can put pygooglechart in your app’s directory and it should work. See How to import modules in Google App Engine?.
If the module you want to call uses any native C code, it won’t work on Google App Engine, but I think pygooglechart is pure Python so it should be fine.