- OS install, but it will located in /System/Library/Frameworks
- instead. To complicate things further, the Jaguar version, or a
- custom build you do yourself will end up in /Library/Frameworks
- even on Panther...
-
-4. You need to use pythonw at the command line or PythonLauncher app
- to run wxPython apps.
+ OS install, but it will be located in /System/Library/Frameworks
+ instead. However, on Panther the site-pacakges dir is sym-linked
+ to /Library/Python/2.3 so the wxPython pacakges will end up there,
+ although they will still be visible from site-packages. If you are
+ building distributions of wxPython to be installed on other
+ machines be careful to install to /Library/Python/2.3. To
+ complicate things further, the Jaguar version, or a custom build
+ 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.