Problem installing MySQLdb/1.2.1_p2 with Python/2.4.1 and MySQL/5.0.18

2007-01-05 Thread Sean O'Donnell
Hi, I can't seem to get MySQLdb/1.2.1p2 to install on Slackware/10.2, with Python/2.4.1, and MySQL/5.0.18. The following command: $ python setup.py build 2> setup.err returns the following errors: http://pastebin.com/851624 Any suggestions? Thanks! Sean -- http://mail.python.org/mailman/li

Re: Problem installing MySQLdb/1.2.1_p2 with Python/2.4.1 and MySQL/5.0.18

2007-01-05 Thread Sean O'Donnell
Diez B. Roggisch wrote: > Sean O'Donnell schrieb: >> Hi, >> >> I can't seem to get MySQLdb/1.2.1p2 to install on Slackware/10.2, with >> Python/2.4.1, and MySQL/5.0.18. >> >> The following command: >> >> $ python setup.py buil