Re: [Pythonmac-SIG] Wiki Formatting

2006-03-30 Thread Jordan Mantha
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

Re: [Pythonmac-SIG] 2.4.3 Python Universal Binary Pystone Comparison

2006-04-06 Thread Jordan Mantha
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

[Pythonmac-SIG] Python Universal packages- how can I help

2006-04-07 Thread Jordan Mantha
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

Re: [Pythonmac-SIG] Python Universal packages- how can I help

2006-04-07 Thread Jordan Mantha
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,

Re: [Pythonmac-SIG] Psycho & 2.4.3 universal

2006-04-20 Thread Jordan Mantha
(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;