]> git.saurik.com Git - wxWidgets.git/commitdiff
Typos fixed and further clarification of the Python situation on Panther
authorRobin Dunn <robin@alldunn.com>
Wed, 21 Jan 2004 23:05:25 +0000 (23:05 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 21 Jan 2004 23:05:25 +0000 (23:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/BUILD.txt
wxPython/docs/INSTALL.txt

index fb78c5c483e3bb230518935205177922f75cea0e..abf49a4be6a47547cab007feea944c8785aac299 100644 (file)
@@ -321,7 +321,7 @@ here.  There is a copy of my build scripts in wxWindows\wxPython\distrib\msw
    in the wx package and you'll have to run python_d.exe to use them.
    The debug and hybrid(release) versions can coexist.
 
-   When the setuyp.py command is done you should have fully populated
+   When the setup.py command is done you should have fully populated
    wxPython and wx packages locally in wxWindows/wxPython/wxPython and
    wxWindows/wxPython/wx, with all the extension modules (*.pyd files)
    located in the wx package.
index c66ade427b0b0e1bd06700630b1f29ab27c9b319..ff48bd6e3050742d8c9c67c89cd153440ade78f5 100644 (file)
@@ -86,12 +86,12 @@ Installing wxPython on OS X is nearly the same as the Unix
 instructions above, except for a few small, but important details:
 
 1. The --enable-rpath configure option is not needed since the path to
-   the wxWindows dynlibs will automatically be encoded into the
+   the wxWindows dylibs will automatically be encoded into the
    extension modules when they are built.  If you end up moving the
    wxWindows dynlibs to some other location (such as inside the .app
-   bundle of your applicaiton, for distribution to other users,) then
+   bundle of your applicaiton for distribution to other users,) then
    you will need to set DYLD_LIBRARY_PATH to this location so the
-   dynlibs can be found at runtime.
+   dylibs can be found at runtime.
 
 2. Depending on the version of OS X Python may be installed in
    different locations.  On 10.2 (Jaguar) you need to download and
@@ -99,9 +99,14 @@ instructions above, except for a few small, but important details:
    Python Framework will then be installed in /Library/Frameworks.  On
    10.3 (Panther) Apple supplies the Python Framework as part of the
    OS install, but it will be 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...
+   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