how to install python MySQLdb on mac os x 10.5 (leopard)

2008 August 31
by Leo Simons
4 Responses
  1. 2008 September 17

    All packages lives in http://macports.org

    # Search the package
    $ sudo port search python mysql
    # Install it
    $ sudo port install

  2. 2008 October 10
    omar permalink

    the most uneusefull post I ever read

  3. 2008 December 21

    To get the “how to install mysql-python on mac os x 10.5″ to work, I needed to update my path:

    $ export PATH=/usr/local/mysql/bin:$PATH

    and then it worked great. Thanks!

  4. 2009 January 6

    May I suggest Porticus as a nice GUI for managing all this stuff http://porticus.alittledrop.com/

Comments are closed for this entry.