[Fink-devel] Re: [Fink-users] Python-mysql aka MySQLdb python module

2003-02-20 Thread AdvertisingDept
Ok, I figured it out. I'm not using any binaries, fink installed everything (mySQL, Zope and python 2.1) When I commanded 'python setup.py build' it tried to use Apple's Python and I get the weird i386 problem. When I commanded '/sw/bin/python2.1 setup.py build' it uses the python from Fink.

Re: [Fink-devel] Re: [Fink-users] Python-mysql aka MySQLdb python module

2003-02-19 Thread Peter O'Gorman
Whereever it is getting the -arch i386 it isn't going to work on Mac OS X as there are no fat libraries or compiler toolchain installed. When building darwin there is an env var/make option. make RC_ARCHS=ppc , what is required for this package I do not know, but you'll have to change it. Peter

[Fink-devel] Re: [Fink-users] Python-mysql aka MySQLdb python module

2003-02-19 Thread AdvertisingDept
I am also having trouble getting MySQL-Python-0.92 to work on my fink installation. --MacOSX 10.2.4 - fink updates via CVS - stable tree only Per the fink F.A.Q. I have included the setenv variable declarations in my .cshrc I have installed the required mysql items [user#] fink list