[Brett Powley wrote]
> 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.)


Apple's Python is 2.3, right? Just confirming that you built MySQLdb
separately for the two Pythons (Apple's, 2.3, and ActivePython, 2.4).


Trent

-- 
Trent Mick
[EMAIL PROTECTED]
_______________________________________________
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