In reply to shadow:
Using the trail with MySql: I get no response at all. Python simply stops, and I have to start it up again from scratch.
Using ODBC, I get:
exec(open('pythonx.py').read()) 1 2 Traceback (most recent call last): File "", line 1, in exec(open('pythonx.py').read()) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 25, in pyodbc.InterfaceError: ('IM002', '[IM002] [Microsoft][ODBC-stuurprogrammabeheer] De naam van de gegevensbron is niet gevonden en er is geen standaardstuurprogramma opgegeven (0) (SQLDriverConnect)')
Or, after adjusting the driver mentioned
pyodbc.Error: ('HY000', 'The driver did not supply an error!')