[Brett Powley wrote]
> ...
> ImportError: Failure linking new module: /Library/Frameworks/
> Python.framework/Versions/2.4/lib/python2.4/site-packages/_mysql.so:
> Symbol not found: _mysql_get_host_info
> Referenced from: /Library/Frameworks/Python.framework/Versions/2.4/
> lib/python2.4/site-packages/_mysql.so
> Expected in: dynamic lookup
> ...

Well aren't MySQLdb's instructions for MySQL version compat just fun. :)

    + MySQL 3.23.32 or higher
      * http://www.mysql.com/downloads/
      * Versions lower than 3.22 definitely WON'T WORK.
      * Versions lower than 3.22.19 might not work.
      * MySQL-3.22 is deprecated in favor of 3.23, but still supported.
      * MySQL-3.23 is supported, but slightly deprecated.
      * MySQL-4.0 is supported.
      * MySQL-4.1 is mostly supported; the new prepared statements API
        is not yet supported, and probably won't be until MySQLdb-1.3 or 2.0.
      * MySQL-5.0 and newer are not currently supported, but might work.

Brett,
Which version of MySQL are you building against? Did you build MySQL yourself
or get a prebuild from somewhere? If so where? Fink? Darwin Ports? mysql.com?
other?

Cheers,
Trent

-- 
Trent Mick
[EMAIL PROTECTED]
_______________________________________________
ActivePython mailing list
ActivePython@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Reply via email to