Hi,
I am trying to run a simple python script, but I keep getting error - "scgiwrap: Caller must be the nobody user"
I have tried all suggestions provided like !shebang,htaccess etc but nothing has worked so far.
#!/usr/bin/python
#!/usr/bin/env python
print "Content-type: text/html"
print...