Issues installing MySQL-python-0.3.5

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • keith@nekotaku.com

    #1

    Issues installing MySQL-python-0.3.5

    Hi,

    I am trying to use the Python MySQL APIs and have been attempting to
    install the above software.

    I am using MySQL 5.0.18-standard with Python 2.4.1

    I get errors on the build. Some searching showed that one of the modules
    I was having issues with now has less arguments in my version of python,
    but I can't seem to fix the following error:

    ***
    _mysqlmodule.c: In function ‘_mysql_Connect ionObject_shutd own’:
    _mysqlmodule.c: 1019: error: too few arguments to function
    ‘mysql_shutdown ’
    ***
    Should I just give up on MySQL-python-0.3.5 ?

    Is there a more up to date API I should install for using with my
    current versions of Python and MySQL?

    Any help appreciated!
    Keith

Working...