Victor wrote: <snip>
log files about that. It doesn't import anything or do any calculation, just prints. Here's the tail:
[root@13gems global_solutions]# tail /etc/httpd/logs/error_log
<snip>
[Fri Nov 06 10:05:16 2009] [error] [client 66.248.168.98] Options ExecCGI is off in this directory:
/var/www/html/angrynates.com/global_solutions/index.py, referer: http://angrynates.com/global_solutions/ <snip> And that's your answer: you don't have ExecCGI for the directory that the python scripts are in.
mark