| python Programming Glossary: self.send_errorHow to run Python CGI script http://stackoverflow.com/questions/7929848/how-to-run-python-cgi-script  200  self.end_headers  self.wfile.write config else  self.send_error 500 elif parsed_url.path upload_path self.send_error 405 else.. else  self.send_error 500 elif parsed_url.path upload_path self.send_error 405 else self.send_error 404 def do_POST self parsed_url urlparse.urlparse.. elif parsed_url.path upload_path self.send_error 405 else self.send_error 404 def do_POST self parsed_url urlparse.urlparse self.path.. 
 |