Python on intel osx

J

John Lockwood

Can someone please suggest the most suitable python for mac osx 10.4.6
Finding the right installs doesn¹t seem quite as cut and dried as it is for
linux or windows.

I¹m also looking for numeric and pyopengl.

Cheers
 
L

Lawrence Oluyede

John Lockwood said:
Can someone please suggest the most suitable python for mac osx 10.4.6
Finding the right installs doesn't seem quite as cut and dried as it is for
linux or windows.

open google, type "python osx" and go to the _second_ result.
It's http://pythonmac.org/packages/
I'm also looking for numeric and pyopengl.

I compiled Numeric manually and it worked fine. Dunno about pyopengl
 
A

Alex Martelli

John Lockwood said:
Can someone please suggest the most suitable python for mac osx 10.4.6
Finding the right installs doesn't seem quite as cut and dried as it is for
linux or windows.

<http://www.python.org/ftp/python/2.4.3/Universal-MacPython-2.4.3-2006-0
4-07.dmg> -- a link found at
I'm also looking for numeric and pyopengl.

I am not aware of precompiled versions of these packages for this latest
version of MacOSX. However, Apple's XCode can be downloaded for free
(you can probably also get a copy, w/o the bother of downloading, from
the Installers folder on your MacOSX DVD -- but it won't be the latest
and greatest;-), and it includes a gcc which lets you build and install
most normal Python extensions from source distributions by just typing
"python setup.py install" at the Terminal (you may need to use sudo to
request installation privileges, and/or set your $PATH appropriately to
ensure you're using the version of Python you want to build and install
for, e.g. the above-mentioned 2.4.3 rather than the 2.3.5 that comes
with MacOSX itself).


Alex
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,175
Latest member
Vinay Kumar_ Nevatia
Top