On 11/03/2006, at 4:17 AM, Trent Mick wrote:
That may be because you are trying to use a python built just for Intel
(ActivePython) with an extension module built just for PowerPC
(_mysql.so). What does this yield:

file /Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/_mysql.so

I'm not sure that this is the problem, though.


On 11/03/2006, at 1:51 AM, McNeill, David (GE Comm Fin) wrote:
Two different builds of Python and a "Symbol not found" error? Yes, that sounds like an OS(Platform)/Build mismatch.


I perhaps should have mentioned that I built the MySQLdb extension on Intel too:

brett$ cd /Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages
brett$ file _mysql.so
_mysql.so: Mach-O bundle i386


(The two different builds of Python - Apple's and ActiveState - aren't interfering with each other.)





--------------------------------------------------------------
Brett Powley -- PhD Candidate
Centre for Language Technology, Macquarie University,  Australia
w: http://www.ics.mq.edu.au/~bpowley
faciendi plures libros nullus est finis
frequensque meditatio carnis adflictio est
--------------------------------------------------------------




_______________________________________________
ActivePython mailing list
ActivePython@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Reply via email to