cgihttpserver Questions
3
Solved
I've got the following minimal code for a CGI-handling HTTP server, derived from several examples on the inner-tubes:
#!/usr/bin/env python
import BaseHTTPServer
import CGIHTTPServer
import cgitb...
Clump asked 12/7, 2013 at 15:5
1
Solved
I get this error while trying to trigger a Python script inside CGI from the browser;
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/CGIH...
Wasteful asked 20/4, 2013 at 12:55
1
© 2022 - 2024 — McMap. All rights reserved.