On Tue, Jul 15, 2008 at 10:53 AM, Mayank Agarwal <[EMAIL PROTECTED]> wrote:
> Hi, > i am getting error in uploading a file from python script. > > the error is follwing: > > <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> > <html><head> > <title>500 Internal Server Error</title> > </head><body> > <h1>Internal Server Error</h1> > <p>The server encountered an internal error or > misconfiguration and was unable to complete > your request.</p> > <p>Please contact the server administrator, > [EMAIL PROTECTED] and inform them of the time the error occurred, > and anything you might have done that may have > caused the error.</p> > <p>More information about this error may be available > in the server error log.</p> > <hr> > <address>Apache/2.0.52 (Red Hat) Server at 10.72.147.89 Port 80</address> > </body></html> > > can you tell me what is meaning of this error > Thanks > Mayank > Technically that's an apache error - one with the server that you're uploading the information *to*. If the error has nothing to do with your data, it could be any number of problems that you have no control over. If it's your data, then it may be malformed, or otherwise corrupted. HTH, Wayne
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor