Python web server

Bruno Desthuilliers onurb at xiludom.gro
Sat Jun 24 08:26:20 EDT 2006


arvind wrote:
> When I run the script

Which one ? And how ?

> on server,

Which one ?

> only HTML part gets executed.

HTML executed ???

> But the python code appears as it is on the screen in the text format.
> How to run the CGI script on web server using Python2.4.3?

Depends on your web server. But there's very probably all the needed
documention somewhere, and I'm pretty confident google will find it.


-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list