<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 2010-08-13 12:40, Srikanth N wrote:<br>
<blockquote
 cite="mid:AANLkTi=qJdtQ=gjSCMgU8iaCj-_-JW_bOZ7d3rmcuxg5@mail.gmail.com"
 type="cite"><b>1. How do we execute CGI Scripts in Windows?<br>
  </b></blockquote>
You'll need a web server.<br>
<br>
<blockquote
 cite="mid:AANLkTi=qJdtQ=gjSCMgU8iaCj-_-JW_bOZ7d3rmcuxg5@mail.gmail.com"
 type="cite"><b>2. How do i configure the Server?(If i use WAMP,XAMPP)<br>
  </b></blockquote>
For CGI, you just need your server configured for CGI, nothing
Python-specific. It would surprise me if XAMPP didn't set up a working
cgi-bin for your programming pleasure anyway.<br>
<br>
<blockquote
 cite="mid:AANLkTi=qJdtQ=gjSCMgU8iaCj-_-JW_bOZ7d3rmcuxg5@mail.gmail.com"
 type="cite"><b>3. Is mod_python required for python cgi?<br>
  </b></blockquote>
No. mod_python is a completely different approach to running Python
from the web. Don't use it, it's dead. If you want something similar,
use mod_wsgi.<br>
<b></b><br>
Come to think of it, you should probably look into WSGI anyway -- you
can run WSGI scripts via CGI for the time being, that's simple enough,
and switch to something else for production, or for serious
development, later on.<br>
<br>
<blockquote
 cite="mid:AANLkTi=qJdtQ=gjSCMgU8iaCj-_-JW_bOZ7d3rmcuxg5@mail.gmail.com"
 type="cite">Someone Please revert back to me with the solution for the
same.I would be at-most thankful<br clear="all">
</blockquote>
 <br>
This line is fascinating,<br>
</body>
</html>