Skip to content

Latest commit

 

History

History

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Python

Python bindings for Elektra.

Dependencies

For Python3 on debian jessie you need:

-DPYTHON_EXECUTABLE:PATH=/usr/bin/python3.4
-DPYTHON_LIBRARY:FILEPATH=/usr/lib/python3.4/config-3.4m-x86_64-linux-gnu/libpython3.4.so
-DPYTHON_INCLUDE_DIR:PATH=/usr/include/python3.4

debian wheezy needs:

-DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3
-DPYTHON_INCLUDE_DIR:PATH=/usr/include/python3.2
-DPYTHON_LIBRARY:FILEPATH=/usr/lib/libpython3.2mu.so

Building

Note that cmake does not automatically rebuild SWIG bindings when header files are changed. Remove the build directory in that case.