Python CGI based web game

BryanBr bryanNObrSPAM at dunsinane.net.invalid
Mon Apr 3 11:36:20 EDT 2000


I am writing a python CGI based web game based on:

http://merchant.shareplay.com.

I am using a simple CGI framework and HTMLgen.

Anyone interested in helping out, email me.  After two days
of coding I have a workable game model.

I have a question: How do I redirect http requests with
python cgi?

Sending "Status 302" works from a directly requested python
cgi file.  However, I call all of my pages from a cgi
framework that actually calls my pages with the function
execfile.  When the page that has been called with execfile
output "Status 302" no redirect occurs.


* Sent from AltaVista http://www.altavista.com Where you can also find related Web Pages, Images, Audios, Videos, News, and Shopping.  Smart is Beautiful



More information about the Python-list mailing list