On Mon, Mar 09, 2015 at 11:35:39AM +0100, Miklos Vajna wrote:
> When I worked on the writerfilter python scripts, I saw that at least
> $(call gb_ExternalExecutable_get_command,python) returns an internal
> Python 3 on Windows, but uses the system Python on Linux / OS X, which
> is indeed confusing
Hi,
On Mon, Mar 09, 2015 at 11:00:03AM +0100, Michael Stahl
wrote:
> iirc the configure will only try to use a python >= 3.3 from the system;
> if your build is trying to use system python 2.7 you probably used
> --enable-python=system, or maybe i remember it wrong and it works
> differently on