Re: [Pythonmac-SIG] need help connecting to mysql with mysql-python

2004-12-09 Thread Lawrence Milliken
Thanks for replying.   Mysql does work from the command line and I can connect using the same username, passwd, and db using that or through  PHP.   After I wrote I did try installing mysql-python-1.1.7 but that did not work either.   Btw, sorry about the double post.   Larry MillikenReference

Re: [Pythonmac-SIG] need help connecting to mysql withmysql-python

2004-12-09 Thread Lawrence Milliken
I got it to work.  I re-recompiled mysql-python-1.1.7 and edited the setup-py dirs for Darwin from /sw/include/mysql/ to /usr/local/mysql/include/ and /sw/lib/mysql  to /usr/local/mysql/       Larry MillikenReference LibrarianNeumann College Library BEGIN:VCARD VERSION:2.1 X-GWTYPE:USER FN:L

[Pythonmac-SIG] Proposed Mac OS X change for 2.3.5 and 2.4.1 - MACOSX_DEPLOYMENT_TARGET vs. Python, round two, fight!

2004-12-09 Thread Bob Ippolito
I've included a lot of background information here, if you just want to know the details of the proposed change, skip to the bottom. As some of you may know, Python 2.4's configure script and distutils has some tricky behavior with regard to the ``MACOSX_DEPLOYMENT_TARGET`` environment variable

[Pythonmac-SIG] Re: How-To upgrade Apples python installation in Mac OS X 10.3 from python 2.3 to 2.4

2004-12-09 Thread pythonmac
From: [EMAIL PROTECTED] Subject:Re: Pythonmac-SIG Digest, Vol 20, Issue 11 Date: December 10, 2004 1:08:54 CST To: [EMAIL PROTECTED] Ran into some troubles with the below. Comments interspersed. From: Robert Valsjö <[EMAIL PROTECTED]> Date: Decemb

Re: [Pythonmac-SIG] Re: How-To upgrade Apples python installation in Mac OS X 10.3 from python 2.3 to 2.4

2004-12-09 Thread Bob Ippolito
On Dec 10, 2004, at 2:17 AM, [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Subject:Re: Pythonmac-SIG Digest, Vol 20, Issue 11 Date: December 10, 2004 1:08:54 CST To: [EMAIL PROTECTED] Ran into some troubles with the below. Comments interspersed