Hi!
I have some problems with my python cgi scripts. The reason may be that I use the python's numpy-libraries and I'm not sure if those are installed in X10Hosting server.. Do you know how could I make my numpy-scripts work?
Thanks,
Jaakko
Hi!
I have some problems with my python cgi scripts. The reason may be that I use the python's numpy-libraries and I'm not sure if those are installed in X10Hosting server.. Do you know how could I make my numpy-scripts work?
Thanks,
Jaakko
Without seeing a minimal test case and error messages, no. Also, don't guess what the cause might be.
Last edited by misson; 11-05-2009 at 07:35 AM.
Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.Misson, not Mission.
Thanks for reply! OK, I really was too fast to ask, sorry about thatI now tried just a simple python script and tested it. It worked. Then I added a line "import numpy as np" and it didn't work anymore. So I'll now try to find a way to upload the numpy libraries. I think I already saw something on that topic at this forum.