Hi,
I installed python on my DS107e, which works pretty good. However, I cannot connect to MySQL through python. I found a python module MySQLdb, which works fine on my windows laptop.
Unfortunately, it will not install on my Diskstation, because it fails when it tries to call mysql_config. Does anybody know how I could install mysql_config? or is there some alternative way to using it (for example, could I just supply all the options by hand)?
Thanks for any hints or pointers,
Martijn

