FlightPath Code
Status: Pre-Alpha
Brought to you by:
hcli
File | Date | Author | Commit |
---|---|---|---|
.settings | 2006-12-01 | hcli | [r7] Major restructuring |
dependencies | 2006-12-01 | hcli | [r7] Major restructuring |
docs | 2006-12-01 | hcli | [r7] Major restructuring |
src | 2006-12-13 | hcli | [r21] |
tests | 2006-12-13 | hcli | [r21] |
.project | 2006-11-29 | hcli | [r1] Set up initial directory structure for FlightPa... |
.pydevproject | 2006-12-13 | hcli | [r21] |
README | 2006-12-02 | hcli | [r10] Major changes to implement TrackerUI |
You need to be running Python 2.4.4 (install it from source not the universal installer) You will need to install some tarballs from the 'dependencies' folder before you can use the FlightPath package 1) OpenSSL 2) pyOpenSSL (Python wrapper around OpenSSL) 3) pycrypto (Crypto package) 4) Twisted (async networking) Instructions for installing OpenSSL: untar the OpenSSL tarball cd into the directory ./config --prefix=~/local make make test (to make sure things worked out alright) make install Instructions for installing pyOpenSSL untar the pyOpenSSL tarball cd into the directory python setup.py build python setup.py install --prefix=~/lib Instructions for installing pycrypto untar the pycrypto tarball cd into the directory python setup.py build python setup.py install --prefix=../../ Instructions for installing Twisted untar the Twisted tarball You will have to install Zope at this point cd into the Zope directory python setup.py build python setup.py install --prefix=../../../ cd Twisted-2.2.0 python setup.py build python setup.py install --prefix=../../