| ||||
|
||||
|
Release Installation
CVS Installation
The release installation of Boa Constructor can be downloaded in sections and installed into the Python directory. On the Windows platform, the installation is simplified with a self-installer. The help files for Python and wxWindows is available on the download page, and must be installed in the Boa directory seperately.
c:\pythonXX
is recommended. It is recommended that the Python root directory be added to the system path.
Create a shortcut to start Boa Constructor. The command line to start Boa should look something like:
c:\python22\python c:\python22\wxPython\tools\boa\Boa.py
Boa is ready to run!
<path to python>/python <path to python directory>/boa/Boa.py EX: /usr/bin/python /usr/lib/python2.2/boa/Boa.py
Boa is ready to run!
The preferred method is to install the CVS version of Boa. This requires Python 2.1 or 2.2 and a wxPython 2.3.2 or higher. Be warned that only the Boa Constructor documentation is in the CVS repository. The documentation for Python and wxPython are available on the "Files" page. The tutorial mostly works, but because of some UI changes, not all of it works as expected.
Windows
Boa Constructor will run on Win9x and newer. It runs best on Win2k or XP.
It's not required, but handy if Python is added to the path. (Typically c:\python21 or c:\python22)
From the download page select the appropriate version for the version of Python installed. Get the unicode version if that is required. Install in the default location. You can test that it works by running the demo, if installed.
It is recommended that you install the command-line version of CVS. With this installed, working and on the path, Boa provides CVS support in the Explorer. Alternatively you may use WinCVS or another tool to checkout the repository. WinCVS does come with a command line cvs client, located in the same folder as the WinCVS executable.
Before retrieving the cvs version of Boa, create the directory tree to hold Boa at c:\python<version>\wxPython\tools. Move into this directory then issue the following command line(s) to retrieve Boa-Constructor:
cvs -d:pserver:anonymous@boa-constructor.cvs.sourceforge.net:/cvsroot/boa-constructor login
Press enter when asked for a password.
cvs -z3 -d:pserver:anonymous@boa-constructor.cvs.sourceforge.net:/cvsroot/boa-constructor co -P boa
This will create a boa directory, with all of the required files to make Boa Constructor run.
python Boa.py EX: c:\python22\python c:\python22\wxPython\tools\boa\Boa.py
Linux
NOTE: Root priviledges are typically required to install Python, glib, gtk+, and wxPython.General
Mandrake 9.0
|