Hi List,
i successfully installed "py/pyext" on an intel macbook, and got
pyhton, mysql and mysqldb running.
The patch by georg holzmann i was trying to use is attached.
Since i have no clue about python and sql and all of that i need some
help to get started.
i managed to create a database with mysql, its called "sfx_database"
but when i try to connect via the patch i get the error:
PD mysql: could not log into MySQL server
in python i imported MySQldb, i think that is necessary and i
executed dir(MySQLdb), but i am not sure if it is really loaded.
Who could help me debug/troubleshoot that ??