mysql.com doesn't have binary packages for ARM, so you will need to compile it for your platform (probably with a cross-compiler), and then build MySQLdb the same way. A statically linked version of the library will probably be about 1 MB.
Good luck.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I guess the point is, part of MySQLdb is written in C, so you need a C compiler to build it, and also you need the MySQL client libraries for it to link against, and you'll need to build those yourself too.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello...
I would know how to do to use MySQLdb with Python for the Nokia 770 ? (for an ARM architecture)
Thanks
;)
mysql.com doesn't have binary packages for ARM, so you will need to compile it for your platform (probably with a cross-compiler), and then build MySQLdb the same way. A statically linked version of the library will probably be about 1 MB.
Good luck.
I just need to know how can I export MySQLdb library for Python (LINK) because it doesn't work for the moment... Cause I have any idea how to do it...
I need it to connect to remote database...
I guess the point is, part of MySQLdb is written in C, so you need a C compiler to build it, and also you need the MySQL client libraries for it to link against, and you'll need to build those yourself too.