Re: [sympy] how to put sympy in a cgi file

2013-09-12 Thread Aaron Meurer
Without seeing the error and the traceback, it's hard to tell what is going on. Aaron Meurer On Wed, Sep 11, 2013 at 8:17 PM, Erin Hodgess wrote: > Hi! > > I'm trying to run sympy from a Python cgi script. > > This is what I have: > > #!/usr/bin/python > > # Import modules for CGI handling > imp

[sympy] how to put sympy in a cgi file

2013-09-11 Thread Erin Hodgess
Hi! I'm trying to run sympy from a Python cgi script. This is what I have: #!/usr/bin/python # Import modules for CGI handling import cgi, cgitb # from __future__ import division # from sympy import init_printing integrate Symbol exp cos erf # Create instance of FieldStorage form = cgi.Fiel