[Pythonmac-SIG] Re: [wxPython-mac] wxPython for OS X - now with menus!

Robin Dunn robin@alldunn.com
Wed, 16 Jan 2002 08:32:44 -0800


>
> Step 1: Get the Python 2.2 source code from www.python.org and build
twice.
> First as normal (configure/make/make install) and then as instructed in
the
> dist/src/mac/osx/ folder (from the beginning). This will create both a
> "traditional" Python binary (in /usr/local/bin/) and a Carbon-based
> Python.app (in /Applications). When you run scripts from the shell, you'll
> be using the traditional binary. When you double-click in the Finder, then
> you'll use Python.app. (These two will probably merge in the future.)

I've found that only one build is needed.  Build as described in
MacOSX/README to do the framework and then just put a link to
/Library/Frameworks/Python.framework/Versions/2.2/bin/python in
/usr/local/bin or anywhere else on the PATH.

>
> Step 2: Get the latest CVS of wxWindows and wxPython and build as usual.
=)
>

I've got a (slightly outdated) set of instructions in
wxWindows/wxPython/BUILD.osx.txt

--
Robin Dunn
Software Craftsman
robin@AllDunn.com       Java give you jitters?
http://wxPython.org      Relax with wxPython!