Re: ActivePython 2.4.2.10, Mac OS X (Intel) problems
by Trent Mick other posts by this author
Mar 10 2006 3:00PM messages near this date
view in the new Beta List Site
RE: ActivePython 2.4.2.10, Mac OS X (Intel) problems
|
Re: ActivePython 2.4.2.10, Mac OS X (Intel) problems
[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
TrentM@[...].com
_______________________________________________
ActivePython mailing list
ActivePython@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython
Thread:
Brett Powley
Trent Mick
Brett Powley
David McNeill
Trent Mick
Brett Powley
Trent Mick
Brett Powley
Trent Mick
|