Python at my ISP

Bjorn Pettersen BPettersen at NAREX.com
Mon Feb 3 13:34:44 EST 2003


> From: Dave [mailto:sobesoft at yahoo.com] 
> 
> Supposedly, my ISP (Valueweb) supports Python. I have been trying to
> get a script running but so far have been unsuccessful. Here is my
> script:
> 
> #!/usr/local/bin/python
> 
> print "Content-type text/html\n\n"
> print "Hello World!"
> 
> First of all, what is the correct extension that I should be using?
> .py or .cgi? I either get the script passed back to me or I get an
> access denied. I tried to chmod the file to give it execute
> permissions but that didn't fix it.
> 
> Is there anything else I can try before I contact their support?

This link might give you some ideas about what to try...:

 
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=3964DF6
5.4D0EB00%40bioeng.ucsd.edu&rnum=5

-- bjorn





More information about the Python-list mailing list