From: Andy T. <an...@us...> - 2005-03-29 12:06:17
|
Update of /cvsroot/pythoncard/PythonCard/docs/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2676 Modified Files: linux_installation.html Log Message: Updated wxPython installation instructions for linux Index: linux_installation.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/linux_installation.html,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** linux_installation.html 28 Mar 2005 05:42:40 -0000 1.12 --- linux_installation.html 29 Mar 2005 12:05:58 -0000 1.13 *************** *** 39,47 **** >>> (Type Ctrl-D here to exit)</p> <p>This Linux system has Python 2.3 installed, so there's no problem here. :-)</p> ! <h3>Downloading the wxPython RPM</h3> ! <p>PythonCard relies on the wxPython package. If your Python version is 2.3 ! (or 2.3.something) click on this <a href="http://prdownloads.sourceforge.net/wxpython/wxPythonGTK-py2.3-2.5.1.5-1.i386.rpm">wxPython 2.5.1.5 for Python 2.3.x</a> ! link to begin the download. If your Python version is 2.2 (or 2.2.something) ! click on this <a href="http://prdownloads.sourceforge.net/wxpython/wxPythonGTK-py2.2-2.5.1.5-1.i386.rpm">wxPython 2.5.1.5 for Python 2.2.x</a> link instead. Tell your browser where you want the file stored and the download proceeds. Note where on your system the file is saved by your --- 39,49 ---- >>> (Type Ctrl-D here to exit)</p> <p>This Linux system has Python 2.3 installed, so there's no problem here. :-)</p> ! <h3>Downloading the wxPython RPMs</h3> ! <p>PythonCard relies on the wxPython package. If you are using Mandrake or ! another Linux distribrution which uses the RPM package format (for instance ! Red Hat or Fedora Core) you can install wxPython using the pre-built packages ! available at <a href="http://www.wxpython.org/download.php#binaries">the ! wxPython download page</a>. Make sure you select the correct files for your ! version of Python and operating system you have. link instead. Tell your browser where you want the file stored and the download proceeds. Note where on your system the file is saved by your *************** *** 60,69 **** where you want the file stored and the download proceeds. Note where on your system the file is saved by your browser.</p> ! <h3>Installing the wxPython RPM</h3> <p>Type 'su -' and enter your root password when prompted. The command to install the RPM is:</p> ! <p class="code">rpm -Uvh /home/fred/wxPythonGTK-py2.3-2.5.1.5-1.i386.rpm</p> <p>You should replace "/home/fred" with the full path to where your ! browser saved the downloaded RPM.</p> <h3>Installing PythonCardPrototype</h3> <p>The command to install the PythonCardPrototype RPM is pretty similar:</p> --- 62,73 ---- where you want the file stored and the download proceeds. Note where on your system the file is saved by your browser.</p> ! <h3>Installing the wxPython RPMs</h3> <p>Type 'su -' and enter your root password when prompted. The command to install the RPM is:</p> ! <p class="code">rpm -Uvh /home/fred/wxPython-common-gtk2-<type and version number>.i386.rpm</p> ! <p class="code">rpm -Uvh /home/fred/wxPython2.5-gtk2-<type and version number>.i386.rpm</p> <p>You should replace "/home/fred" with the full path to where your ! browser saved the downloaded RPM and substitute the correct file type and ! version number of the file you have downloaded.</p> <h3>Installing PythonCardPrototype</h3> <p>The command to install the PythonCardPrototype RPM is pretty similar:</p> |