OS X and Python - wxPython has forced a rehash of my approach

M

metaperl.etc

Earlier I asked about how people installed Python on OS X, given that
one can choose from Xcode, Fink, Darwin, ActiveState and source builds:

http://groups.google.com/group/comp...our+install+strategy?&rnum=1#37de06a6bb6b2361

but before I knew it, I had been sucked in by the ease and vastness of
the Fink repository.

Now my bliss run has come to a full halt due to these instructions at
`wxPython.org <http://www.wxpython.org/download.php>`_

Note to Fink users: Versions of Python installed by Fink cannot run
wxPython (unless you install and run X11...). You need to use Apple's
Framework builds, or a third-party Framework build.

And reading a bit further:

Python 2.4 Framework builds are available for download from the
undefined.org MacPython site. ActiveState also distributes a Framework
build.

So I guess I will look into a Framework build as my starting point.
 
R

Robert Kern

One other thing: the mac os x built at python.org
(http://www.python.org/download/)

does not state whether it is a Framework build or not. I'm guessing it
isn't.

It is.

--
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
 
H

hiaips

Earlier I asked about how people installed Python on OS X, given that
one can choose from Xcode, Fink, Darwin, ActiveState and source builds:

http://groups.google.com/group/comp...our+install+strategy?&rnum=1#37de06a6bb6b2361

but before I knew it, I had been sucked in by the ease and vastness of
the Fink repository.

Now my bliss run has come to a full halt due to these instructions at
`wxPython.org <http://www.wxpython.org/download.php>`_

Note to Fink users: Versions of Python installed by Fink cannot run
wxPython (unless you install and run X11...). You need to use Apple's
Framework builds, or a third-party Framework build.

And reading a bit further:

Python 2.4 Framework builds are available for download from the
undefined.org MacPython site. ActiveState also distributes a Framework
build.

So I guess I will look into a Framework build as my starting point.

I'd really recommend using the universal build from python.org. As a
previous poster mentioned, it is a framework build. I've never had any
trouble using wxPython in conjunction with it, either.
 
R

Robert Kern

hiaips said:
Kevin Walzer wrote:

Outdated??? It's Python 2.4.3 (and they already have a build for
2.5rc1), so I'm not sure what you mean.

The Mac OS X Universal binary build process has been improved since the 2.4.3
source release.

--
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
 
K

Kevin Walzer

hiaips said:
Outdated??? It's Python 2.4.3 (and they already have a build for
2.5rc1), so I'm not sure what you mean.

There have been a couple of releases of Python 2.4.3 "universal" on OS
X.The first one was quietly posted for download from one of the
developers' .Mac account, and announced only on the MacPython list,
with an invitation for feedback. It probably should have been tagged
"release candidate," but it wasn't. Someone grabbed it and posted it at
python.org.

A week or so later, a significantly faster/optimized release of Python
2.4.3 was announced on the MacPython list and posted for download at
pythonmac.org. That's the release that the Mac community considers to be
the "official" universal release.

It looks like the earlier release is what is available at python.org; it
hasn't been updated. That release was made on March 30, while the faster
release was made on April 7 (or thereabouts).

Once 2.5 is out, it will probably be moot. The "universal" build of
Python 2.4.3 is currently a fork from the main Python code base; the Mac
developers are concentrating on merging the changes in for the 2.5
release. No further work is being done on 2.4.3 as far as I know.
 
K

Kevin Walzer

hiaips said:
Outdated??? It's Python 2.4.3 (and they already have a build for
2.5rc1), so I'm not sure what you mean.

Also, for what it's worth, I strongly recommend the packages hosted at
pythonmac.org; these are built and tested by the core MacPython developers.
 

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,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top