[Pythonmac-SIG] Psycho & 2.4.3 universal

Ronald Oussoren ronaldoussoren at mac.com
Wed Apr 19 21:01:09 CEST 2006


On 19-apr-2006, at 0:11, Jacob Rus wrote:

> I wrote:
>> I couldn't compile [psyco][1] using the 2.4.3 universal version of
>> Python on my 12" powerbook.  I'm wondering if this is just a problem
>> with universal Python, or if psycho doesn't compile in general  
>> under OS X.
>
> Argh, never mind that message.  I see now that psyco is clearly  
> labeled
> as only working on i386.  Nothing to see here, move along.

There is someone to see for those users fortunate enough to own an  
intel mac :-)
It should be possible to compile psyco if you add '-arch i386' to the  
extra_compile_args
and extra_link_args in the setup.py for psyco.

Ronald



More information about the Pythonmac-SIG mailing list