Help with install python-mysql lib on OS X

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • scum

    #1

    Help with install python-mysql lib on OS X

    How do you install MySQL-python on a PPC OS X 10.4 machine
    with MySQL 4.1?

    And I know about the precompiled binary at macpython.org.. . I'm just
    sick of getting
    this warning....

    Python 2.5 (r25:51918, Sep 19 2006, 08:49:13)
    [GCC 4.0.1 (Apple Computer, Inc. build 5341)] on darwin
    Type "help", "copyright" , "credits" or "license" for more information.
    >>import _mysql
    __main__:1: RuntimeWarning: Python C API version mismatch for module
    _mysql: This Python has API version 1013, module _mysql has version
    1012.

Working...