Re: Configure LO for Python 3?

2012-02-22 Thread Stephan Bergmann
On 02/16/2012 04:27 PM, Stephan Bergmann wrote: For the record, adding ## ## Python 3 ## PYTHON_{CFLGS,LIBS}: pkg-config --{cflags,libs} python3 ## --enable-python=system PYTHON=/usr/bin/python3 PYTHON_CFLAGS=-I/usr/include/python3.2mu PYTHON_LIBS=-lpython3.2mu ## to autogen.lastrun did the

Configure LO for Python 3?

2012-02-16 Thread Stephan Bergmann
With http://cgit.freedesktop.org/libreoffice/core/commit/?id=a09ce46818fd4d5e08b3af9a478501cd8ef5b4fe Port PyUno to support Python 3, is there any way to configure a LO build so that it actually uses Python 3 instead of 2, on a Fedora 16 machine that has both installed? Stephan

Re: Configure LO for Python 3?

2012-02-16 Thread Rene Engelhard
Hi, On Thu, Feb 16, 2012 at 01:08:48PM +0100, Stephan Bergmann wrote: With http://cgit.freedesktop.org/libreoffice/core/commit/?id=a09ce46818fd4d5e08b3af9a478501cd8ef5b4fe Port PyUno to support Python 3, is there any way to configure a LO build so that it actually uses Python 3 instead of 2,

Re: Configure LO for Python 3?

2012-02-16 Thread Rene Engelhard
Hi, On Thu, Feb 16, 2012 at 01:29:59PM +0100, Rene Engelhard wrote: On Thu, Feb 16, 2012 at 01:08:48PM +0100, Stephan Bergmann wrote: With http://cgit.freedesktop.org/libreoffice/core/commit/?id=a09ce46818fd4d5e08b3af9a478501cd8ef5b4fe Port PyUno to support Python 3, is there any way to

Re: Configure LO for Python 3?

2012-02-16 Thread Stephan Bergmann
On 02/16/2012 01:46 PM, Rene Engelhard wrote: On Thu, Feb 16, 2012 at 01:29:59PM +0100, Rene Engelhard wrote: On Thu, Feb 16, 2012 at 01:08:48PM +0100, Stephan Bergmann wrote: Withhttp://cgit.freedesktop.org/libreoffice/core/commit/?id=a09ce46818fd4d5e08b3af9a478501cd8ef5b4fe Port PyUno to