I have a form in an HTM page that, after pressing the submit button, calls the index.cgi !
#!/usr/bin/sh
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/nastools/pysqlite2/pysqlite2
export PYTHONPATH=$PYTHONPATH:/nastools/pysqlite2/:/remote/users5/amuharem/eclipse/important_stuff/amar/impo
export PATH=/nastools/python64/bin/:$PATH
python /remote/users5/amuharem/eclipse/important_stuff/amar/impo/manager.py 2>&1
I just want to run the manager.py that is stored in folder /remote/users5/amuharem/eclipse/important_stuff/amar/impo !!
I am totally going crazy with this stupid error and cannot find the way to solve it ...
Any suggestion ??