-
Python bindings?
Hi,
I'm actually building a more recent version of exo. ./configure --help
gives an --enable-python option, but the result tells me that "no Python
bindings could be found."
Q1: what's a binding?
Q2: do I need it for something? For example, run a Python app in XFCE?
Lord, let thy thunder of wisdom strike through the veils of my ignorance,
er, cheers.
Niki
-
Re: Python bindings?
Niki Kovacs wrote:[color=blue]
> I'm actually building a more recent version of exo. ./configure --help
> gives an --enable-python option, but the result tells me that "no Python
> bindings could be found."
>
> Q1: what's a binding?[/color]
A binding is an interface that allows programs written in one language
(e.g. Python) to use libraries written in another (e.g. C/C++). If
the bindings aren't being found (and you don't actually need them),
the try running configure --disable-python.
Search for "swig" for more info on a popular binding generator.
[color=blue]
> Q2: do I need it for something? For example, run a Python app in XFCE?[/color]
Dunno. What's exo? Is it written in Python? If not, do you need to
export exo's functionality to Python applications? Do you even have
Python installed?
- Daniel