-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
Plotting area in SymPy Gamma always shows an Error #70
Comments
Even a simple command like - |
Yes, I noticed this too. This seems related to the Phantom.js failure. It does work on the live website, though. |
Sometimes these differences between local behavior and the behavior on the App Engine are due to library differences (like a different version of some library on your local machine than what is on the App Engine). The App Engine SDK doesn't provide a full emulation of the App Engine. Another common difference is that the App Engine removes several libraries from the standard library for sandboxing purposes. One way to test this would be to create and upload your own custom instance of SymPy Gamma on the App Engine (it is free). You may also want to debug the code to see what the AttributeError is coming from. |
Code for Issue #70 | fix plot() error
Since #73 is merged, hence I'm closing this issue! 😄 |
This gets displayed in the area where the
plot()
graphs are generally displayed.This happens in case of all the queries, in this query as well -
plot(sin(x) + cos(2x))
. Error shown below. Is there some problem with my installation, or is it an internal issue only? I've followed the installation steps from this link - https://github.com/ashutoshsaboo/sympy_gamma .I've followed the steps till - Uploading to GAE (Manually) only. As in I haven't followed any steps beyond that title, mentioned in the above link. So, is that causing the issue? Or what is it that's causing this issue?
The text was updated successfully, but these errors were encountered: