[Libreoffice-bugs] [Bug 30769] problem with python on Ubuntu

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Oct 11 16:54:25 CEST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=30769

Caolán McNamara <caolanm at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |caolanm at redhat.com

--- Comment #2 from Caolán McNamara <caolanm at redhat.com> 2010-10-11 07:54:25 PDT ---
in ooinstall what's this for ?

# Workaround for the Python
$configure_vars{'PYTHONPATH'} =
"$setup_vars{'OOBUILDDIR'}/instsetoo_native/$configure_vars{'INPATH'}/bin:$configure_vars{'SOLARVERSION'}/$configure_vars{'INPATH'}/lib";

Maybe we should be adding solver/330/unxlngx6.pro/lib/python/lib-dynload to
this path as well to get it to find _socket.so in there, maybe something
like...

$configure_vars{'PYTHONPATH'} =
"$setup_vars{'OOBUILDDIR'}/instsetoo_native/$configure_vars{'INPATH'}/bin:$configure_vars{'SOLARVERSION'}/$configure_vars{'INPATH'}/lib:$configure_vars{'INPATH'}/lib/python/lib-dynload";

you get the picture anyway, even if that's a junk line in practice.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Libreoffice-bugs mailing list