![]() |
|
|
|
#1 |
|
Hi,
i started learning cgi few days ago in python and everything went fine until i started getting the follwing error " The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script. If you think this is a server error, please contact the webmaster. " i am using apache on xampp. plz help golu |
|
|
|
|
#2 |
|
Posts: n/a
|
On Aug 1, 11:11*pm, golu <bhardwajjaye...@gmail.com> wrote:
> Hi, > i started learning cgi few days ago in python and everything went > fine *until i started getting the follwing error > " > The server encountered an internal error and was unable to complete > your request. Either the server is overloaded or there was an error in > a CGI script. Your script has a syntax error. (You forgot a colon or something like that.) If you can, try to run the file directly from a Python interpreter to see where the error is. Carl Banks Carl Banks |
|
|
|
#3 |
|
Posts: n/a
|
>>>>> golu <> (g) wrote:
>g> Hi, >g> i started learning cgi few days ago in python and everything went >g> fine until i started getting the follwing error >g> " >g> The server encountered an internal error and was unable to complete >g> your request. Either the server is overloaded or there was an error in >g> a CGI script. >g> If you think this is a server error, please contact the webmaster. " >g> i am using apache on xampp. plz help Putting the following in your script might help as it will show the exception trace in your browser (if it gets that far, that is). import cgitb cgitb.enable() -- Piet van Oostrum <> URL: http://pietvanoostrum.com [PGP 8DAE142BE17999C4] Private email: Piet van Oostrum |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| script error | chgontve | Software | 0 | 07-07-2009 11:56 PM |
| perl expect script for telnet | vinayaka gv | General Help Related Topics | 0 | 10-11-2007 01:07 PM |
| help with master page and java script | alain23 | Software | 0 | 09-20-2007 06:02 AM |
| asp.net - Client side script not recognized for the usercontrol | sara_23apr | Software | 1 | 09-27-2006 06:10 PM |
| scarface poster made out of entire script | JimRibs@gmail.com | DVD Video | 0 | 11-13-2005 09:20 AM |