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