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
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
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
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
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