Prerequisites
PlugBoard needs at least Python 2.4.
Also you need zope_interface. Unfortunately this package hasn't a correct behavior as a setuptools dependency, then you need to install it manually
Download and Install
- Download the ez_setup.py bootstrap script.
-
Once downloaded
ez_setup.py
run it on your machine, using the parameters that follows:python ez_setup.py -f http://plugboard.berlios.de/install/ PlugBoard
- If everthing went well you have installed PlugBoard, and you can procede with reading the documentation.
Note
The ez_setup.py
script will scan this page and will download and install for you the following packages:
- PlugBoard 0.2 (released Feb 27, 2006)
Give it a spin
Once installed, set up your first project:
plugboardctl.py create my_project
Your project will be created in
the directory my_project
.
Note
The creation of the project is nothing else a beginning directory structure with a setup.py
script automatically written. This means you are not forced to use this structure for
your projects.
Other downloads
Here you can find source and binary packages of all versions of PlugBoard.
For getting the development version from the SVN trunk, please visit the development page.