Requirements
Pantera runs on a variety of operating systems. In fact, if it runs Python, chances are, it will run Pantera. You should be able to use these general requirements to install Pantera on any OS of your choosing. Pantera has been tested succesfully in every flavour of windows (xp,2000,2003), Fedora Core 4 & 5, Ubuntu Linux.
It is expected to work with more or less installation effort in every Unix like system. If you run into troubles installing it you can submit your questions to Pantera e-mail list at owasp. Please read all the documentation before asking. Additional tips for installation in other s.o are welcome in case anyone wants to help.
To run Pantera, you will need:
Installing python FormBuild package
To install FormBuild you can use python easy install tool (ez_setup.py included in the Pantera release zip).
Easy install will automatically check dependencies requiered by FormBuild, download them and install anything needed. Just run the following command:
python ez_setup.py FormBuild
A few seconds later and you will have it installed. In case you want to update your previously installed FormBuild package you can run this command: python ez_setup.py -U FormBuild
The next section will present the details of installing Pantera on Windows and Linux.
Detailed Installation Steps for Windows and Linux