Basic python help

John M. Gabriele john_sips_teaz at yahooz.com
Tue Mar 14 02:41:54 EST 2006


(Please don't top-post -- fixed)

Kevin Feng wrote:

> 
> 
> On 3/14/06 2:12 AM, in article 2955b$44166cc5$506c2949$25559 at news.chello.at,
> "Gregor Horvath" <g.horvath at gmx.at> wrote:
> 
> 
>>Kevin Feng schrieb:
>>
>>
>>>More information about this error may be available in the server error log.
>>>
>>>
>>>
>>>Any suggestions?  Much thanks.
>>>
>>
>>What does the error log of the webserver say?
>>
>>--
>>Greg
> 

 > No idea, I do not have permission to access the error log.
 >
 >

In your cgi script, try putting "import cgitb; cgitb.enable()"
on the next line right after "import cgi".

Also try changing your POST to GET.

---John
-- 
(remove zeez if demunging email address)



More information about the Python-list mailing list