Hi all,
I'm trying to write a Python script that imports arcgisscripting (yes, stuck in pre-history here) which is then run as CGI by a web app. It runs fine from the Windows command line but as soon as I drop it into the app it throws an Error 500: Internal Server Error. I checked the Apache logs and it's getting an ImportError: No module named arcgisscripting. All of my other modules are working fine (sys, os, etc.) Does anybody know what could be the issue here?
Many thanks,
Robert
I'm trying to write a Python script that imports arcgisscripting (yes, stuck in pre-history here) which is then run as CGI by a web app. It runs fine from the Windows command line but as soon as I drop it into the app it throws an Error 500: Internal Server Error. I checked the Apache logs and it's getting an ImportError: No module named arcgisscripting. All of my other modules are working fine (sys, os, etc.) Does anybody know what could be the issue here?
Many thanks,
Robert