Hi all,
Like many others before me, I'm banging my head against the wall trying to
get MySQLdb working on my new MacBook Pro with Snow Leopard.
I have MySql 5.1 x86_64 installed, configured and running. I'm building
MySQLdb 1.2.3c1 like this:
export ARCHFLAGS='-arch x86_64'
python setup.py
Hi, Brian
I don't think python2.5 shipped with Snow Leopard is 64 bit.
If you want to build using pyhton 2.5 it will have to be 32bit.
-- Emanuele.
On Nov 11, 2009, at 5:28 PM, Brian Zambrano wrote:
Hi all,
Like many others before me, I'm banging my head against the wall
trying to get MySQ