htmldata = subprocess.check_output( '/home/nikos/public_html/cgi-bin/' + 
htmlpage )

htmldata = subprocess.check_output( ['/usr/bin/python', 
'/home/nikos/public_html/cgi-bin/' + htmlpage] )

Both of the above statemnts fail i'am afraid with the same error message.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to