summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-12-17 17:47:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-12-17 17:47:10 +0000
commit436aea28945321016a23ae0351bd340a6ba417af (patch)
tree607150da7c6279231deda6369243d2709ca36fd5 /pyuno
parent874eb2fb8fd6105ba77eba3239b5907653a54086 (diff)
INTEGRATION: CWS geordi2q11 (1.3.8); FILE MERGED
2003/12/16 14:04:31 hr 1.3.8.1: #111934#: join CWS ooo111fix1
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/zipcore/python.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/pyuno/zipcore/python.sh b/pyuno/zipcore/python.sh
index 6a7cc828409c..556f351a6603 100644
--- a/pyuno/zipcore/python.sh
+++ b/pyuno/zipcore/python.sh
@@ -122,8 +122,11 @@ case $sd_platform in
;;
esac
-export PYTHONPATH="$sd_prog":"$sd_prog/python-core/lib":"$sd_prog/python-core/lib/lib-dynload":"$PYTHONPATH"
-export PYTHONHOME="$sd_prog"/python-core
+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
+export PYTHONHOME
# set path so that other apps can be started from soffice just by name
PATH="$sd_prog":$PATH