Hi,
the links should be created by the postinstall scripts of the pyuno rpm.
On linux x86 it works for me on a m106. The source for this can be found
in instsetoo_native/inc_openoffice/unix/shellscripts_pyuno.txt.
Bye,
Joerg
NAKATA Maho wrote:
Dear Joerg,
sorry bother you again :(
do you think this is reasonable to apply following patch?
in my installation,
/usr/local/openoffice.org1.9m107/program/python-core-2.3.4/
exists
but not
/usr/local/openoffice.org1.9m107/program/python-core/
and it is same as GNU/Linux version as well.
Index: pyuno/zipcore/python.sh
===================================================================
RCS file: /cvs/udk/pyuno/zipcore/python.sh,v
retrieving revision 1.5
diff -u -r1.5 python.sh
--- pyuno/zipcore/python.sh 25 Feb 2004 14:11:42 -0000 1.5
+++ pyuno/zipcore/python.sh 21 Jun 2005 02:24:07 -0000
@@ -55,6 +55,7 @@
#
#*************************************************************************
+PYTHON_VERSION=2.3.4
# resolve installation directory
sd_cwd="`pwd`"
if [ -h "$0" ] ; then
@@ -125,11 +126,11 @@
PYTHONPATH="$sd_prog":"$sd_prog/python-core/lib":"$sd_prog/python-core/lib/lib-dynload":"$sd_prog/python-core/lib/lib-tk":"$PYTHONPATH"
export PYTHONPATH
-PYTHONHOME="$sd_prog"/python-core
+PYTHONHOME="$sd_prog"/python-core-"$PYTHON_VERSION"
export PYTHONHOME
# set path so that other apps can be started from soffice just by name
PATH="$sd_prog":$PATH
export PATH
-exec "$sd_prog/python-core/bin/python" "$@"
+exec "$sd_prog/python-core-$PYTHON_VERSION/bin/python" "$@"
Thanks for your advice,
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]