By adding one statement import pyodbc causes Internal Server Error in Apache HTTP Server
问题 To run the normal school old python file in Apache Server. I had coded this way index.html <form action="/cgi-bin/hello_get.py" method="post"> First Name: <input type="text" name="first_name"> <br /> Last Name: <input type="text" name="last_name" /> <input type="submit" value="Submit" /> </form> hello_get.py #!C:/Users/Desktop/AppData/Local/Programs/Python/Python36-32/python # Import modules for CGI handling import cgi, cgitb import pyodbc # Create instance of FieldStorage form = cgi