At this moment only Linux platform is supported.(tested on Ubuntu 12.04).
In this page it is explained how to compile and install from source in a Linux Platform
Following packages shall be preinstalled before proceeding the installation of PyCLP
Download source files from PyCLP sources
Setup Enviromental variables for ECLiPSe:
ECLIPSEDIR enviromental variable shall be set to the folder where is located ECLiPSe system. This is required for compiling and using PyCLP.
LD_LIBRARY_PATH enviromental variable shall contains the path of folder that contains the ECLiPSe sharable library. E.g. <eclipsedir>/lib/<platform>.
Install using usual method
sudo python setup.py install
Regression test
python test.py
The present version of pyclp is tested on
However it is expected working on other platform that fullfill the requirements.
Following packages shall be preinstalled before proceeding the installation of PyCLP python3 setup.py register
Setup Enviromental variables for ECLiPSe:
ECLIPSEDIR enviromental variable shall be set to the folder where is located ECLiPSe system. This is required for compiling and using PyCLP.
PATH add in the path the folder where is stored the eclipse.dll file
Download msi installer from PyCLP sources
Following packages shall be preinstalled before proceeding the installation of PyCLP
Download source files from PyCLP sources
Setup Enviromental variables for ECLiPSe:
ECLIPSEDIR enviromental variable shall be set to the folder where is located ECLiPSe system. This is required for compiling and using PyCLP.
PATH add in the path the folder where is stored the eclipse.dll file
Install using usual method
python setup.py install
Regression test
python test.py
The present version of pyclp is tested on
However it is expected working on other platform that fullfill the requirements.