Component | Minimum Version |
---|---|
python-setuptools | |
minixsv | |
python-dateutil | 1.5 |
python-iso8601 | |
python-dev | 2.6 |
libxml2-dev | |
libxslt-dev | |
lxml | 2.2.6 |
PyXB | 1.1.4 |
Install setuptools:
$ sudo apt-get install python-setuptools
Install minixsv:
$ sudo easy_install minixsv
Install python-dateutil
Explicitly install version 1.5; the latest version to support Python 2. Without this selection, a later version will be installed for Python 2 even though it is incompatible.
$ sudo easy_install python-dateutil==1.5
Install python-iso8601:
$ sudo easy_install iso8601
Install lxml:
$ sudo apt-get install gcc python-dev libxml2-dev libxslt-dev
$ sudo easy_install lxml
Install PyXB:
$ sudo easy_install PyXB