+ Also, if you create a /usr/local/bin/pythonw script like the
+ following then you can run Python GUI apps (like wxPython) directly
+ from the command line:
+
+ #!/bin/sh
+ exec /Applications/Python.app/Contents/MacOS/python $@
+
+ Be sure to give this script execute permissions:
+
+ sudo chmod +x /usr/local/bin/pythonw
+
+ If you would like to make a MachoPython installer from what you
+ built then you may want to look at the scripts I use to do it
+ located in wxPython/distrib/mac/buildPython.
+
+ One last thing, make sure that /usr/local/bin is in your PATH
+ environment variable.
+
+
+2. In a wxWindows CVS tree make a build directory.