From: Kevin A. <ka...@us...> - 2004-08-14 21:12:18
|
Update of /cvsroot/pythoncard/PythonCard/docs/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18536 Modified Files: macosx_installation.html macosx_jaguar_installation.html sidebar.php windows_installation.html Log Message: updated for release 0.8, Python 2.3.4, wxPython 2.5.2.7 Index: macosx_jaguar_installation.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/macosx_jaguar_installation.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** macosx_jaguar_installation.html 26 Jul 2004 15:35:31 -0000 1.5 --- macosx_jaguar_installation.html 14 Aug 2004 21:12:09 -0000 1.6 *************** *** 34,38 **** desktop.</p> <h2>Downloading wxPython</h2> ! <p>PythonCard relies on the wxPython package. Click on this <a href="http://prdownloads.sourceforge.net/wxpython/wxPythonOSX-2.5.1.5-jaguar-Py2.3.dmg">wxPythonOSX-2.5.1.5-jaguar-Py2.3.dmg</a> link to begin the download. Again, most Mac OS X browsers will save the file to your desktop.</p> --- 34,38 ---- desktop.</p> <h2>Downloading wxPython</h2> ! <p>PythonCard relies on the wxPython package. Click on this <a href="http://prdownloads.sourceforge.net/wxpython/wxPythonOSX-2.5.2.7-jaguar-Py2.3.dmg">wxPythonOSX-2.5.2.7-jaguar-Py2.3.dmg</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/PythonCardPrototype-0.7.3.1.tar.gz">PythonCardPrototype-0.7.3.1.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/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> *************** *** 54,58 **** <h2>Installing wxPython</h2> <p>wxPython also comes as an installable disk image. Just double-click on the ! file you downloaded (it's called wxPythonOSX-2.5.1.5-jaguar-Py2.3.dmg), then double-click the wxPythonOSX-jaguar.pkg icon and follow the instructions. wxPython will be installed into <span class="code">/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/</span>.</p> --- 54,58 ---- <h2>Installing wxPython</h2> <p>wxPython also comes as an installable disk image. Just double-click on the ! file you downloaded (it's called wxPythonOSX-2.5.2.7-jaguar-Py2.3.dmg), then double-click the wxPythonOSX-jaguar.pkg icon and follow the instructions. wxPython will be installed into <span class="code">/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/</span>.</p> *************** *** 61,73 **** folder.</p> <h2>Installing PythonCardPrototype</h2> ! <p>The PythonCardPrototype-0.7.3.1.tar.gz file you downloaded should automatically be decompressed by Stuffit; if the file isn't already ! decompressed, then double-click the PythonCardPrototype-0.7.3.1.tar.gz file. ! You should now have a PythonCardPrototype-0.7.3.1 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.7.3.1<br /> ! [mymachine:~/Desktop/PythonCardPrototype-0.7.3.1] 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 --- 61,73 ---- 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 Index: sidebar.php =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/sidebar.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sidebar.php 26 Jul 2004 15:35:32 -0000 1.1 --- sidebar.php 14 Aug 2004 21:12:09 -0000 1.2 *************** *** 10,14 **** <input type="submit" id="submit" name="submit" value="Search" style="margin: 0.3em;" /> </form> ! <p>Latest release: 0.7.3.1</p> <h4>General</h4> <ul> --- 10,14 ---- <input type="submit" id="submit" name="submit" value="Search" style="margin: 0.3em;" /> </form> ! <p>Latest release: 0.8</p> <h4>General</h4> <ul> Index: windows_installation.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/windows_installation.html,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** windows_installation.html 26 Jul 2004 15:35:32 -0000 1.12 --- windows_installation.html 14 Aug 2004 21:12:09 -0000 1.13 *************** *** 24,39 **** </ol> <h2>Downloading Python</h2> ! <p>Python 2.3.3 is available from a couple of sources.</p> <ul> ! <li>The main <a href="http://www.python.org/2.3.3/">Python 2.3.3</a> page.</li> <li>The <a href="http://www.activestate.com/Products/ActivePython/more_information.plex">ActivePython</a> distribution</li> </ul> <p>For this guide, we'll be installing from the main Python site. Click on ! this <a href="http://www.python.org/ftp/python/2.3.3/Python-2.3.3.exe">Python-2.3.3.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 your browser.</p> <h2>Downloading wxPython</h2> ! <p>PythonCard relies on the wxPython package. Click on this <a href="http://prdownloads.sourceforge.net/wxpython/wxPythonWIN32-2.5.1.5-Py23.exe">wxPython 2.5.1.5 for Python 2.3.x</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 your --- 24,39 ---- </ol> <h2>Downloading Python</h2> ! <p>Python 2.3.4 is available from a couple of sources.</p> <ul> ! <li>The main <a href="http://www.python.org/2.3.4/">Python 2.3.4</a> page.</li> <li>The <a href="http://www.activestate.com/Products/ActivePython/more_information.plex">ActivePython</a> distribution</li> </ul> <p>For this guide, we'll be installing from the main Python site. Click on ! this <a href="http://www.python.org/ftp/python/2.3.4/Python-2.3.4.exe">Python-2.3.4.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 your browser.</p> <h2>Downloading wxPython</h2> ! <p>PythonCard relies on the wxPython package. Click on this <a href="http://prdownloads.sourceforge.net/wxpython/wxPythonWIN32-2.5.2.7-Py23.exe">wxPython 2.5.2.7 for Python 2.3.x</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 your *************** *** 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.7.3.1.win32.exe">PythonCardPrototype-0.7.3.1.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/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 *************** *** 48,52 **** <p>Python arrives at your system as an installable application. All you have to do is double-click on the file you downloaded (it's called ! Python-2.3.3.exe) and follow the instructions in the installation wizard. By default, the installer will create a new directory C:\Python23 to contain the Python executables, documentation, tools, IDLE editor, and standard --- 48,52 ---- <p>Python arrives at your system as an installable application. All you have to do is double-click on the file you downloaded (it's called ! Python-2.3.4.exe) and follow the instructions in the installation wizard. By default, the installer will create a new directory C:\Python23 to contain the Python executables, documentation, tools, IDLE editor, and standard *************** *** 55,59 **** <h2>Installing wxPython</h2> <p>wxPython also comes as an automatic installer. Just double-click on the ! file you downloaded (it's called wxPythonWIN32-2.5.1.5-Py23.exe) and follow the instructions. By default, wxPython will be installed into Python23\Lib\site-packages.</p> --- 55,59 ---- <h2>Installing wxPython</h2> <p>wxPython also comes as an automatic installer. Just double-click on the ! file you downloaded (it's called wxPythonWIN32-2.5.2.7-Py23.exe) and follow the instructions. By default, wxPython will be installed into Python23\Lib\site-packages.</p> Index: macosx_installation.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/macosx_installation.html,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** macosx_installation.html 26 Jul 2004 15:35:31 -0000 1.16 --- macosx_installation.html 14 Aug 2004 21:12:09 -0000 1.17 *************** *** 35,44 **** desktop.</p> <h2>Downloading wxPython</h2> ! <p>PythonCard relies on the wxPython package. Click on this <a href="http://prdownloads.sourceforge.net/wxpython/wxPythonOSX-2.5.1.5-panther-Py2.3.dmg">wxPythonOSX-2.5.1.5-panther-Py2.3.dmg</a> link to begin the download. Again, most Mac OS X browsers will save the file to your desktop.</p> <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.7.3.1.tar.gz">PythonCardPrototype-0.7.3.1.tar.gz</a> link to begin the download. Again, most Mac OS X browsers will save the file to your desktop.</p> --- 35,44 ---- desktop.</p> <h2>Downloading wxPython</h2> ! <p>PythonCard relies on the wxPython package. Click on this <a href="http://prdownloads.sourceforge.net/wxpython/wxPythonOSX-2.5.2.7-panther-Py2.3.dmg">wxPythonOSX-2.5.2.7-panther-Py2.3.dmg</a> link to begin the download. Again, most Mac OS X browsers will save the file to your desktop.</p> <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> *************** *** 51,55 **** <h2>Installing wxPython</h2> <p>wxPython also comes as an installable disk image. Just double-click on the ! file you downloaded (it's called wxPythonOSX-2.5.1.5-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> --- 51,55 ---- <h2>Installing wxPython</h2> <p>wxPython also comes as an installable disk image. Just double-click on the ! 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> *************** *** 58,71 **** folder.</p> <h2>Installing PythonCardPrototype</h2> ! <p>The PythonCardPrototype-0.7.3.1.tar.gz file you downloaded should automatically be decompressed by Stuffit; if the file isn't already ! decompressed, then double-click the PythonCardPrototype-0.7.3.1.tar.gz file. ! You should now have a PythonCardPrototype-0.7.3.1 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.7.3.1<br /> ! [mymachine:~/Desktop/PythonCardPrototype-0.7.3.1] bob% sudo python setup.py install</p> <p>By default, the PythonCard framework will be installed into --- 58,71 ---- 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 |