|
From: Kevin A. <ka...@us...> - 2004-08-18 18:22:43
|
Update of /cvsroot/pythoncard/PythonCard/docs/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9491 Modified Files: macosx_installation.html macosx_jaguar_installation.html windows_installation.html Log Message: removed Prototype from name Index: macosx_jaguar_installation.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/macosx_jaguar_installation.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** macosx_jaguar_installation.html 14 Aug 2004 21:12:09 -0000 1.6 --- macosx_jaguar_installation.html 18 Aug 2004 18:22:33 -0000 1.7 *************** *** 20,27 **** <li>Download Python from the python.org site.</li> <li>Download wxPython from the wxPython.org site.</li> ! <li>Download PythonCardPrototype from the PythonCard site.</li> <li>Install Python</li> <li>Install wxPython</li> ! <li>Install PythonCardPrototype</li> <li>Confirm the installation works</li> </ol> --- 20,27 ---- <li>Download Python from the python.org site.</li> <li>Download wxPython from the wxPython.org site.</li> ! <li>Download PythonCard from the PythonCard site.</li> <li>Install Python</li> <li>Install wxPython</li> ! <li>Install PythonCard</li> <li>Confirm the installation works</li> </ol> *************** *** 41,45 **** <a href="http://sourceforge.net/project/showfiles.php?group_id=19015">PythonCard download page</a>. Click on this ! <a href="http://prdownloads.sourceforge.net/pythoncard/PythonCardPrototype-0.8.tar.gz">PythonCardPrototype-0.8.tar.gz</a> link to begin the download. Again, most Mac OS X browsers will save the file to your desktop.</p> --- 41,45 ---- <a href="http://sourceforge.net/project/showfiles.php?group_id=19015">PythonCard download page</a>. Click on this ! <a href="http://prdownloads.sourceforge.net/pythoncard/PythonCard-0.8.tar.gz">PythonCard-0.8.tar.gz</a> link to begin the download. Again, most Mac OS X browsers will save the file to your desktop.</p> *************** *** 60,74 **** copying the Apps, Docs, Samples, and README 1st.txt files to the wxPython folder.</p> ! <h2>Installing PythonCardPrototype</h2> ! <p>The PythonCardPrototype-0.8.tar.gz file you downloaded should automatically be decompressed by Stuffit; if the file isn't already ! decompressed, then double-click the PythonCardPrototype-0.8.tar.gz file. ! You should now have a PythonCardPrototype-0.8 directory on your desktop. Open the Terminal application and do a cd to that directory and then run the setup.py script using the 2.3 Python you just installed. The sudo command will prompt you for your password.</p> ! <p class="code">[mymachine:~] bob% cd ~/Desktop/PythonCardPrototype-0.8<br /> ! [mymachine:~/Desktop/PythonCardPrototype-0.8] bob% sudo /usr/local/bin/python setup.py install</p> ! <p>By default, the PythonCard framework will be installed into <span class="code">/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PythonCardPrototype</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 --- 60,74 ---- copying the Apps, Docs, Samples, and README 1st.txt files to the wxPython folder.</p> ! <h2>Installing PythonCard</h2> ! <p>The PythonCard-0.8.tar.gz file you downloaded should automatically be decompressed by Stuffit; if the file isn't already ! decompressed, then double-click the PythonCard-0.8.tar.gz file. ! You should now have a PythonCard-0.8 directory on your desktop. Open the Terminal application and do a cd to that directory and then run the setup.py script using the 2.3 Python you just installed. The sudo command will prompt you for your password.</p> ! <p class="code">[mymachine:~] bob% cd ~/Desktop/PythonCard-0.8<br /> ! [mymachine:~/Desktop/PythonCard-0.8] bob% sudo /usr/local/bin/python setup.py install</p> ! <p>By default, the PythonCard framework will be installed into <span class="code">/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 *************** *** 110,114 **** <h3>Acid Test</h3> <p>OK, now comes the acid test. Open the folder called "minimal" in ! <span class="code">/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PythonCardPrototype/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 one --- 110,114 ---- <h3>Acid Test</h3> <p>OK, now comes the acid test. Open the folder called "minimal" in ! <span class="code">/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 one *************** *** 120,124 **** is correct</p> <p>If for some reason this test fails, go back over these instructions ! carefully. In particular, make sure that wxPython and PythonCardPrototype both appear in the site-packages folder in Python's Lib folder.</p> <p>If everything seems OK and you still can't get minimal.py to launch, post --- 120,124 ---- is correct</p> <p>If for some reason this test fails, go back over these instructions ! carefully. In particular, make sure that wxPython and PythonCard both appear in the site-packages folder in Python's Lib folder.</p> <p>If everything seems OK and you still can't get minimal.py to launch, post Index: macosx_installation.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/macosx_installation.html,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** macosx_installation.html 14 Aug 2004 21:12:09 -0000 1.17 --- macosx_installation.html 18 Aug 2004 18:22:33 -0000 1.18 *************** *** 21,28 **** <li>Download MacPython add-ons from MacPython site.</li> <li>Download wxPython from the wxPython.org site.</li> ! <li>Download PythonCardPrototype from the PythonCard site.</li> <li>Install MacPython add-ons</li> <li>Install wxPython</li> ! <li>Install PythonCardPrototype</li> <li>Confirm the installation works</li> </ol> --- 21,28 ---- <li>Download MacPython add-ons from MacPython site.</li> <li>Download wxPython from the wxPython.org site.</li> ! <li>Download PythonCard from the PythonCard site.</li> <li>Install MacPython add-ons</li> <li>Install wxPython</li> ! <li>Install PythonCard</li> <li>Confirm the installation works</li> </ol> *************** *** 40,44 **** <h2>Downloading PythonCard</h2> <p>The latest version of PythonCard is always available via the <a href="http://sourceforge.net/project/showfiles.php?group_id=19015">PythonCard download page</a>. ! Click on this <a href="http://prdownloads.sourceforge.net/pythoncard/PythonCardPrototype-0.8.tar.gz">PythonCardPrototype-0.8.tar.gz</a> link to begin the download. Again, most Mac OS X browsers will save the file to your desktop.</p> --- 40,44 ---- <h2>Downloading PythonCard</h2> <p>The latest version of PythonCard is always available via the <a href="http://sourceforge.net/project/showfiles.php?group_id=19015">PythonCard download page</a>. ! Click on this <a href="http://prdownloads.sourceforge.net/pythoncard/PythonCard-0.8.tar.gz">PythonCard-0.8.tar.gz</a> link to begin the download. Again, most Mac OS X browsers will save the file to your desktop.</p> *************** *** 57,74 **** copying the Apps, Docs, Samples, and README 1st.txt files to the wxPython folder.</p> ! <h2>Installing PythonCardPrototype</h2> ! <p>The PythonCardPrototype-0.8.tar.gz file you downloaded should automatically be decompressed by Stuffit; if the file isn't already ! decompressed, then double-click the PythonCardPrototype-0.8.tar.gz file. ! You should now have a PythonCardPrototype-0.8 directory on your desktop. Open the Terminal application and do a cd to that directory and then run the setup.py script using the 2.3 Python you just installed. The sudo command will prompt you for your password.</p> <p class="code"> ! [mymachine:~] bob% cd ~/Desktop/PythonCardPrototype-0.8<br /> ! [mymachine:~/Desktop/PythonCardPrototype-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/PythonCardPrototype</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 --- 57,74 ---- copying the Apps, Docs, Samples, and README 1st.txt files to the wxPython folder.</p> ! <h2>Installing PythonCard</h2> ! <p>The PythonCard-0.8.tar.gz file you downloaded should automatically be decompressed by Stuffit; if the file isn't already ! decompressed, then double-click the PythonCard-0.8.tar.gz file. ! You should now have a PythonCard-0.8 directory on your desktop. Open the Terminal application and do a cd to that directory and then run the setup.py script using the 2.3 Python you just installed. The sudo command will prompt you for your password.</p> <p class="code"> ! [mymachine:~] bob% cd ~/Desktop/PythonCard-0.8<br /> ! [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 *************** *** 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/PythonCardPrototype/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 --- 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 *************** *** 102,106 **** is correct</p> <p>If for some reason this test fails, go back over these instructions ! carefully. In particular, make sure that wxPython and PythonCardPrototype both appear in the site-packages folder in Python's Lib folder.</p> <p>If everything seems OK and you still can't get minimal.py to launch, post --- 102,106 ---- is correct</p> <p>If for some reason this test fails, go back over these instructions ! carefully. In particular, make sure that wxPython and PythonCard both appear in the site-packages folder in Python's Lib folder.</p> <p>If everything seems OK and you still can't get minimal.py to launch, post Index: windows_installation.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/windows_installation.html,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** windows_installation.html 14 Aug 2004 21:12:09 -0000 1.13 --- windows_installation.html 18 Aug 2004 18:22:33 -0000 1.14 *************** *** 17,24 **** <li>Download Python from the python.org site.</li> <li>Download wxPython from the wxPython.org site.</li> ! <li>Download PythonCardPrototype from the PythonCard site.</li> <li>Install Python</li> <li>Install wxPython</li> ! <li>Install PythonCardPrototype</li> <li>Confirm the installation works</li> </ol> --- 17,24 ---- <li>Download Python from the python.org site.</li> <li>Download wxPython from the wxPython.org site.</li> ! <li>Download PythonCard from the PythonCard site.</li> <li>Install Python</li> <li>Install wxPython</li> ! <li>Install PythonCard</li> <li>Confirm the installation works</li> </ol> *************** *** 41,45 **** <h2>Downloading PythonCard</h2> <p>The latest version of PythonCard is always available via the <a href="http://sourceforge.net/project/showfiles.php?group_id=19015">PythonCard download page</a>. ! Click on this <a href="http://prdownloads.sourceforge.net/pythoncard/PythonCardPrototype-0.8.win32.exe">PythonCardPrototype-0.8.win32.exe</a> link to begin the download. Tell your browser where you want the file stored and the download proceeds. Note where on your system the file is saved by --- 41,45 ---- <h2>Downloading PythonCard</h2> <p>The latest version of PythonCard is always available via the <a href="http://sourceforge.net/project/showfiles.php?group_id=19015">PythonCard download page</a>. ! Click on this <a href="http://prdownloads.sourceforge.net/pythoncard/PythonCard-0.8.win32.exe">PythonCard-0.8.win32.exe</a> link to begin the download. Tell your browser where you want the file stored and the download proceeds. Note where on your system the file is saved by *************** *** 58,62 **** the instructions. By default, wxPython will be installed into Python23\Lib\site-packages.</p> ! <h2>Installing PythonCardPrototype</h2> <p>PythonCard also comes as an automatic installer. Just double-click on the file you downloaded and follow the instructions. By default, the PythonCard --- 58,62 ---- the instructions. By default, wxPython will be installed into Python23\Lib\site-packages.</p> ! <h2>Installing PythonCard</h2> <p>PythonCard also comes as an automatic installer. Just double-click on the file you downloaded and follow the instructions. By default, the PythonCard *************** *** 72,76 **** <h2>Confirming Installation</h2> <p>OK, now comes the acid test. Open the folder called "minimal" in ! Python23\Lib\site-packages\PythonCardPrototype\samples. 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 one shown in Figure 1 --- 72,76 ---- <h2>Confirming Installation</h2> <p>OK, now comes the acid test. Open the folder called "minimal" in ! Python23\Lib\site-packages\PythonCard\samples. 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 one shown in Figure 1 *************** *** 82,86 **** is correct</p> <p>If for some reason this test fails, go back over these instructions ! carefully. In particular, make sure that wxPython and PythonCardPrototype both appear in the site-packages folder in Python's Lib folder.</p> <p>If everything seems OK and you still can't get minimal.py to launch, post --- 82,86 ---- is correct</p> <p>If for some reason this test fails, go back over these instructions ! carefully. In particular, make sure that wxPython and PythonCard both appear in the site-packages folder in Python's Lib folder.</p> <p>If everything seems OK and you still can't get minimal.py to launch, post |