Local execution of Python CGI scripts
|
|
|
|
| Articles Reviews Python | |
| Written by Eli Bendersky | |
| Tuesday, 09 September 2008 | |
|
Here’s a method to run Python CGI scripts locally, for testing. It employs the BaseHTTPServer and CGIHTTPServer standard modules to run a simple CGI-capable web server on your computer. import CGIHTTPServer
Powered by jReviews |
|
| Last Updated ( Tuesday, 09 September 2008 ) | |
| < Prev | Next > |
|---|







