diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2003-04-06 18:51:28 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2003-04-06 18:51:28 +0000 |
commit | 926e465b3296ca6e545c6c9c228c78e187df7cea (patch) | |
tree | 13b8d6e0d52662af90f06d1c61d3f114dd5edcba /pyuno/zipcore | |
parent | cc8ae12bc98c8dfabcacd7779a27c4fc558dc6bf (diff) |
#i11753# added the dynlib pythonpath element
Diffstat (limited to 'pyuno/zipcore')
-rw-r--r-- | pyuno/zipcore/python.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/zipcore/python.sh b/pyuno/zipcore/python.sh index 11ba65654..bb9d70cbe 100644 --- a/pyuno/zipcore/python.sh +++ b/pyuno/zipcore/python.sh @@ -117,7 +117,7 @@ case $sd_platform in ;; esac -export PYTHONPATH="$sd_prog":"$sd_prog/python-core/lib":"$PYTHONPATH" +export PYTHONPATH="$sd_prog":"$sd_prog/python-core/lib":"$sd_prog/python-core/lib/lib-dynload":"$PYTHONPATH" export PYTHONHOME="$sd_prog"/python-core # set path so that other apps can be started from soffice just by name |