Interface to ECLiPSe CLP
Project description
At this moment only Linux platform is supported.(tested on Ubuntu 12.04).
Linux
In this page it is explained how to compile and install from source in a Linux Platform
Requirments
Following packages shall be preinstalled before proceeding the installation of PyCLP
Download
Download source files from PyCLP sources
Compilation & Installation
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/i386_linux.
Install using usual method
sudo python setup.py install
Regression test
python test.py
Windows
Binary installation
Requirments
Following packages shall be preinstalled before proceeding the installation of PyCLP python3 setup.py register
Enviroment variables
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 & Install
Download msi installer from PyCLP sources
Installation from sources
Requirments
Following packages shall be preinstalled before proceeding the installation of PyCLP
Download
Download source files from PyCLP sources
Compilation & Installation
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.