500 Internal ... not the same of Dan

Gordon McMillan gmcm at hypernet.com
Tue Dec 7 11:43:44 EST 1999


mk_999 at my-deja.com writes:

> Well, I'm a newbie of Python
> and reading always this message is frustrating, because there is
> no error in my code (I suppose).
> 
> I wrote a little code to upload files and register data on a
> database (Oracle 8.0.4) using DCOracle. (plus Apache Web Server
> on Linux)
> 
> Sometimes doing this operation it shows me that message (INTERNAL
> SERVER ERROR), but it works!!!!! if I control in the destination
> directory the file is uploaded and in the database a new record
> is regularly registered.

Since the update works, it is more likely that your error is in 
the page generation for the response. Please look at that 
other thread for how to trap errors, (most of these suggestions 
were misdirected, since the problem in that thread was a 
syntax error, not a runtime error).
 


- Gordon




More information about the Python-list mailing list