Re: [Pythonmac-SIG] installing MySQL for Python

2005-03-23 Thread Larry Meyn
I would suggest getting the package installer from MySQL at http://dev.mysql.com/downloads/mysql/4.1.html. I've had no problems with the installer packages they've provided. --Larry On Mar 23, 2005, at 9:55 AM, Christian Meesters wrote: On 23 Mar 2005, at 17:00, Bob Ippolito wrote: I think what

Re: [Pythonmac-SIG] installing MySQL for Python

2005-03-23 Thread Christian Meesters
On 23 Mar 2005, at 17:00, Bob Ippolito wrote: I think what's most important here is how you installed MySQL. Apparently the MySQL extension is looking for components of MySQL that you do not have installed, or that you have installed in a location other than where the extension knows to look. R

Re: [Pythonmac-SIG] installing MySQL for Python

2005-03-23 Thread Bob Ippolito
On Mar 23, 2005, at 9:57 AM, Christian Meesters wrote: On 23 Mar 2005, at 15:07, Jim Muller wrote: Well, the last few errors are probably caused by the first few -- what are they? Sorry, didn't thought that it could be all too important - but thinking about it, my excuse sounds a bit silly. Well

Re: [Pythonmac-SIG] installing MySQL for Python

2005-03-23 Thread Christian Meesters
Hi Jim, On 23 Mar 2005, at 15:07, Jim Muller wrote: Well, the last few errors are probably caused by the first few -- what are they? Sorry, didn't thought that it could be all too important - but thinking about it, my excuse sounds a bit silly. Well here they are: $ python setup.py build sh:

[Pythonmac-SIG] installing MySQL for Python

2005-03-23 Thread Christian Meesters
Hi Has anybody experience installing MySQL-Python (v1.2)? In this case I'd like to install it for the standard 2.3 (for the record: I'm using 10.3.8 with Python Panther Fix). Simply starting 'python setup.py build' results in a bunch of errors and compiler warning and eventually fails: #just