Python cgi

Mitja Trampus nun at example.com
Fri Oct 21 17:56:33 EDT 2005


jbrewer wrote:
> I'm currently writing my first CGI script (in Python), and I keep
> getting an error I don't know how to address.  I'm not sure if this is
> a Python or Apache error, but I suspect it's an Apache config thing.

I suspect it's neither :)
Make sure your HTML form looks like
<form method="post" enctype="multipart/form-data" ...etc, 
e.g. action="foo.py">



More information about the Python-list mailing list