From: Kevin A. <ka...@us...> - 2004-08-19 14:48:45
|
Update of /cvsroot/pythoncard/PythonCard/docs/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18574 Modified Files: macosx_installation.html Log Message: changed dir to /Library/Python/2.3/ Index: macosx_installation.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/macosx_installation.html,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** macosx_installation.html 18 Aug 2004 18:22:33 -0000 1.18 --- macosx_installation.html 19 Aug 2004 14:48:36 -0000 1.19 *************** *** 53,57 **** file you downloaded (it's called wxPythonOSX-2.5.2.7-panther-Py2.3.dmg), then double-click the wxPythonOSX-panther.pkg icon and follow the instructions. ! wxPython will be installed into <span class="code">/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/</span>.</p> <p>I recommend creating a wxPython folder in your Applications folder and copying the Apps, Docs, Samples, and README 1st.txt files to the wxPython --- 53,57 ---- file you downloaded (it's called wxPythonOSX-2.5.2.7-panther-Py2.3.dmg), then double-click the wxPythonOSX-panther.pkg icon and follow the instructions. ! wxPython will be installed into <span class="code">/Library/Python/2.3/</span>. Note that this is the same directory as <span class="code">/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/</span> since the two directories are connected by a symbolic link in the file system.</p> <p>I recommend creating a wxPython folder in your Applications folder and copying the Apps, Docs, Samples, and README 1st.txt files to the wxPython *************** *** 69,74 **** [mymachine:~/Desktop/PythonCard-0.8] bob% sudo python setup.py install</p> ! <p>By default, the PythonCard framework will be installed into ! <span class="code">/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PythonCard</span>. You'll probably want to make an alias to this directory to keep on your desktop or home folder to make it easier to get to the PythonCard tools and --- 69,73 ---- [mymachine:~/Desktop/PythonCard-0.8] bob% sudo python setup.py install</p> ! <p>By default, the PythonCard framework will be installed into <span class="code">/Library/Python/2.3/PythonCard/</span>. You'll probably want to make an alias to this directory to keep on your desktop or home folder to make it easier to get to the PythonCard tools and *************** *** 92,96 **** <h3>Acid Test</h3> <p>OK, now comes the acid test. Open the folder called "minimal" in ! <span class="code">/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PythonCard/samples</span>. Find the icon labeled minimal.py and double-click it. In a few moments (after an operating system console window has appeared), a small window like the --- 91,95 ---- <h3>Acid Test</h3> <p>OK, now comes the acid test. Open the folder called "minimal" in ! <span class="code">/Library/Python/2.3/PythonCard/samples</span>. Find the icon labeled minimal.py and double-click it. In a few moments (after an operating system console window has appeared), a small window like the |