Menu

MySQLdb for Nokia 770

Help
2006-06-01
2012-09-19
  • Paulinlemalin

    Paulinlemalin - 2006-06-01

    Hello...

    I would know how to do to use MySQLdb with Python for the Nokia 770 ? (for an ARM architecture)

    Thanks

    ;)

     
    • Andy Dustman

      Andy Dustman - 2006-06-01

      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.

       
    • Paulinlemalin

      Paulinlemalin - 2006-06-01

      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...

       
      • Andy Dustman

        Andy Dustman - 2006-06-01

        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.

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.