-Installing wxPython 2.5 from Source
+Installing wxPython 2.6 from Source
===================================
path into the binaries by using the rpath option when configuring
wxWidgets. For example::
- --enable-rpath=/opt/wx/2.5/lib \
+ --enable-rpath=/opt/wx/2.6/lib \
SOLARIS NOTE: The --enable-rpath option may cause problems when
using wxGTK on Solaris when compiling wxPython as described below.
you do yourself will end up in /Library/Frameworks even on
Panther...
-3. You need to use pythonw at the command line or PythonLauncher app
- to run wxPython apps, otherwise the app will not be able to fully
- use the GUI display.
+3. You need to use pythonw at the command line or the PythonLauncher
+ app to run wxPython apps, otherwise the app will not be able to
+ fully use the GUI display.