Re: [ANNOUNCE] Python 3.3 is now bundled with LibreOffice 4.0

2012-11-28 Thread Alex Thurgood
Le 27/11/2012 17:11, Michael Stahl a écrit : Hi Michael, with the commit 38a22a9026a3d8a67f3e16ec650960a10b527d25 Switch from python to python3 Python 3.3 is now bundled with LibreOffice when configured --enable-python=internal. This fails to build for me on master on Linux 32bit Mint 13

Re: [ANNOUNCE] Python 3.3 is now bundled with LibreOffice 4.0

2012-11-28 Thread Stephan van den Akker
Hi all, I'm having similar problems with my build on 32 bit openSUSE 12.2 and 64-bit openSUSE 11.4. I noticed that early in the build of python 3.3 that the gcc compiler on both platforms gives error messages complaining about unknown options (-R on the 32 bit system). This almost certainly means

Re: [ANNOUNCE] Python 3.3 is now bundled with LibreOffice 4.0

2012-11-28 Thread Alex Thurgood
Le 28/11/2012 11:42, Stephan van den Akker a écrit : *** WARNING: renaming pyexpat since importing it failed: build/lib.linux-i686-3.3/pyexpat.cpython-33m.so: undefined symbol: XML_GetErrorCode_UTF8 *** WARNING: renaming _elementtree since importing it failed: PyCapsule_Import could not import

Re: [ANNOUNCE] Python 3.3 is now bundled with LibreOffice 4.0

2012-11-28 Thread Alex Thurgood
Le 28/11/2012 11:42, Stephan van den Akker a écrit : I'm having similar problems with my build on 32 bit openSUSE 12.2 and 64-bit openSUSE 11.4. I noticed that early in the build of python 3.3 that the gcc compiler on both platforms gives error messages complaining about unknown options (-R

Re: [ANNOUNCE] Python 3.3 is now bundled with LibreOffice 4.0

2012-11-28 Thread Michael Stahl
On 28/11/12 11:28, Alex Thurgood wrote: Le 27/11/2012 17:11, Michael Stahl a écrit : Hi Michael, with the commit 38a22a9026a3d8a67f3e16ec650960a10b527d25 Switch from python to python3 Python 3.3 is now bundled with LibreOffice when configured --enable-python=internal. This fails to

Re: [ANNOUNCE] Python 3.3 is now bundled with LibreOffice 4.0

2012-11-28 Thread Olivier Hallot
Although the fix for expat and element—tree is is removing dirty expat from solenv/, Lightproof is not operational. I did a clean dev-install and ./soffice console shows the issue. Olivier Em 27/11/2012 14:11, Michael Stahl mst...@redhat.com escreveu: with the commit

Re: [ANNOUNCE] Python 3.3 is now bundled with LibreOffice 4.0

2012-11-28 Thread Stephan van den Akker
Still getting errors on my 64-bit openSUSE system. did: rm solver/unxlngx6.pro/inc/external/expat/expat.h make python3.clean make python3 (...) creating Makefile Could not find platform dependent libraries exec_prefix Consider setting $PYTHONHOME to prefix[:exec_prefix] Could not find platform

Re: [ANNOUNCE] Python 3.3 is now bundled with LibreOffice 4.0

2012-11-28 Thread Michael Stahl
On 28/11/12 12:53, Stephan van den Akker wrote: Python build finished, but the necessary bits to build these modules were not found: _lzma _tkinter To find the necessary bits, look in setup.py in detect_modules() for the module's name. Failed to

Re: [ANNOUNCE] Python 3.3 is now bundled with LibreOffice 4.0

2012-11-28 Thread Jonathan Aquilina
Last i had asked about python 3 it seems like though there is backwards incompatabilitiy between python 3 and 2 not sure if that is still the case with the current version that has landed in libreoffice 4 On Wed, Nov 28, 2012 at 1:03 PM, Michael Stahl mst...@redhat.com wrote: On 28/11/12 12:53,

Re: [ANNOUNCE] Python 3.3 is now bundled with LibreOffice 4.0

2012-11-28 Thread Németh László
Hi Michael and all, Many thanks for your great work! I have started to test and fix Lightproof with Python 3.3, and I will post the results. Regards, László 2012/11/28 Olivier Hallot olivier.hal...@documentfoundation.org Although the fix for expat and element—tree is is removing dirty expat

Re: [ANNOUNCE] Python 3.3 is now bundled with LibreOffice 4.0

2012-11-28 Thread Alex Thurgood
Le 28/11/2012 12:53, Stephan van den Akker a écrit : Hi Stephan, Still getting errors on my 64-bit openSUSE system. Try clearing your ccache if you are using one : ccache -C I also did a make clean before rebuilding. That did the trick for me. Alex

Re: [ANNOUNCE] Python 3.3 is now bundled with LibreOffice 4.0

2012-11-28 Thread Stephan van den Akker
Thanks, Alex. It turns out that the remaining errors have to do with parts of python that are not needed by LO, so the build continues anyway. Cheers, Stephan 2012/11/28 Alex Thurgood alex.thurg...@gmail.com Le 28/11/2012 12:53, Stephan van den Akker a écrit : Hi Stephan, Still getting

[ANNOUNCE] Python 3.3 is now bundled with LibreOffice 4.0

2012-11-27 Thread Michael Stahl
with the commit 38a22a9026a3d8a67f3e16ec650960a10b527d25 Switch from python to python3 Python 3.3 is now bundled with LibreOffice when configured --enable-python=internal. with the commit 602b746330d21ae1b9c0fc60eb0980ed92cd5680 configure: switch system Python minimum to 3.3 the minimum version