On 14-Dec-09, at 2:31 AM, yogesh karpate wrote: > Does Numpy Support CGI scripting? DO scipy and matplotlib also > support?
I'm not sure what you're asking exactly. If the question is "can you create CGI scripts that use NumPy/SciPy/ matplotlib" then the answer is yes. You just need to look up how to create CGI scripts in Python, and then import the relevant modules from your script. Provided that numpy/scipy/matplotlib are installed on the machine executing the CGI script, it should work just fine. There is an entry in the matplotlib FAQ that is relevant: http://tinyurl.com/ya6wule David _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
