Python scripts and numpy

jaakko

New Member
Messages
2
Reaction score
0
Points
0
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
 

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
Without seeing a minimal test case and error messages, no. Also, don't guess what the cause might be.
 
Last edited:

jaakko

New Member
Messages
2
Reaction score
0
Points
0
Thanks for reply! OK, I really was too fast to ask, sorry about that :) I 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.
 
Top