Re: [lttng-dev] [PATCH babeltrace] Build Python bindings with distutils for consistent installs

2017-02-20 Thread Francis Deslauriers
I noticed some shortcomings for this patch. I will send an updated version shortly. Francis 2017-02-17 15:59 GMT-05:00 Francis Deslauriers : > This patch changes the build system used to compile and install the > Python Bindings. Distutils is used to find the

[lttng-dev] [PATCH babeltrace] Build Python bindings with distutils for consistent installs

2017-02-17 Thread Francis Deslauriers
This patch changes the build system used to compile and install the Python Bindings. Distutils is used to find the right install directory. When the install directory generated from the install prefix is not in the Python search path (PYTHON_PATH), we print a warning explaining what can be done to