Re: Python UNO import on Mac broken

2015-02-19 Thread Stephan Bergmann
On 02/18/2015 08:40 PM, julien2412 wrote: I'd like to retrieve additional information but /instdir/LibreOfficeDev.app/Contents/MacOS contains far less things than /Applications/LibreOffice.app/Contents/MacOS Maybe because you're comparing a LO >= 4.4 instdir/LibreOffice[Dev].app with a LO <= 4

Re: Python UNO import on Mac broken

2015-02-18 Thread Jens Tröger
Just a heads up: Stephan Bergman left an insightful comment on the SO question, which I suspect should be the accepted answer: http://stackoverflow.com/questions/15223209/installing-pyuno-libreoffice-for-private-python-build/28593413#28593413 Which gives rise to another question: how do I go a

Re: Python UNO import on Mac broken

2015-02-18 Thread Jens Tröger
On Wed, Feb 18, 2015 at 08:53:14PM +0100, Michael Stahl wrote: > On 18.02.2015 20:32, julien2412 wrote: > > Just for the record, on MacOs 10.9.5, LO 4.3.5, Python 2.7.5, I don't > > reproduce the segfault but have an error: > > $ export PYTHONPATH=/Applications/LibreOffice.app/Contents/MacOS > > i$

Re: Python UNO import on Mac broken

2015-02-18 Thread Michael Stahl
On 18.02.2015 06:48, Jens Tröger wrote: > Hi, > > This has been a problem for a long time, but it's now becoming a bit of > a show stopper and I can't quite work around it anymore. The workaround is > documented here: > > > http://stackoverflow.com/questions/15223209/installing-pyuno-libreoff

Re: Python UNO import on Mac broken

2015-02-18 Thread Michael Stahl
On 18.02.2015 20:32, julien2412 wrote: > Just for the record, on MacOs 10.9.5, LO 4.3.5, Python 2.7.5, I don't > reproduce the segfault but have an error: > $ export PYTHONPATH=/Applications/LibreOffice.app/Contents/MacOS > i$ python > Python 2.7.5 (default, Mar 9 2014, 22:15:05) > [GCC 4.2.1 Com

Re: Python UNO import on Mac broken

2015-02-18 Thread julien2412
http://nabble.documentfoundation.org/Python-UNO-import-on-Mac-broken-tp4140518p4140563.html Sent from the Dev mailing list archive at Nabble.com. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Python UNO import on Mac broken

2015-02-18 Thread julien2412
0)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import uno Segmentation fault: 11 Julien -- View this message in context: http://nabble.documentfoundation.org/Python-UNO-import-on-Mac-broken-tp4140518p4140562

Re: Python UNO import on Mac broken

2015-02-18 Thread Bjoern Michaelsen
Hi, On Wed, Feb 18, 2015 at 06:48:21AM +0100, Jens Tröger wrote: > Any chance that whoever owns this code can take a look and fix this > problem? Importing uno works just fine on Linux. (Except it doesn't on > the latest Ubuntu, but pip/venv is broken there too...) On Ubuntu, that was: https:

Python UNO import on Mac broken

2015-02-18 Thread Jens Tröger
Hi, This has been a problem for a long time, but it's now becoming a bit of a show stopper and I can't quite work around it anymore. The workaround is documented here: http://stackoverflow.com/questions/15223209/installing-pyuno-libreoffice-for-private-python-build/27975796#27975796 This iss