net/) and the Universal MacPython 2.4.3c1
build from Ronald Oussoren. I followed the directions at
http://www.scipy.org/Installing_SciPy/Mac_OS_X . I can update the wiki
page when I get a chance.
-Jordan Mantha
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
And here is mine on a 1.83GHz 17" Intel iMac:$ python -VPython 2.4.3$ python -c "from test.pystone import pystones; print pystones()"(1.99, 25125.628140703517)-Jordan ManthaOn Apr 6, 2006, at 2:36 PM, Ted Leung wrote:FWIW here are 3 runs from 1.83GHz MacBook Pro[sprout:2132]> /Library/Framework
http://pythonmac.org/wiki/UniversalPackages if I can. How would I go
about doing that?
Thanks,
Jordan Mantha
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
Bob Ippolito wrote:
>
> On Apr 7, 2006, at 5:25 PM, Jordan Mantha wrote:
>
>> Ok, so I recently got my first mac, an Intel iMac (17") for work.
>> So far I have been totally impressed. I really enjoy OSX and starting
>> to get into Python more. However,
(2.4101, 41493.775933609955)
With Psyco
python -c "from test.pystone import pystones; import psyco; psyco.full
(); print pystones()"
(0.22, 227272.72727272726)
python -c "from test.pystone import pystones; import psyco;