# HG changeset patch # User Paul Boddie # Date 1188166095 -7200 # Node ID 499fcccef7917e7aee3eeb200f1190a9bf5bd3f6 # Parent c83000be3f8edc92a0775196e5980df779246af0 Added notes about library path and python-support configuration. diff -r c83000be3f8e -r 499fcccef791 README.txt --- a/README.txt Sun Aug 26 21:40:25 2007 +0200 +++ b/README.txt Mon Aug 27 00:08:15 2007 +0200 @@ -131,4 +131,11 @@ are actually located within the repository. For example, with the Python 2.5 site-packages directory: -PYTHONPATH=`user-path /usr/lib/python2.5/site-packages/` python +PYTHONPATH=`user-path /usr/lib/python2.5/site-packages/` python2.5 + +More complicated extension modules may require further adjustments to the +LD_LIBRARY_PATH and PYTHONPATH variables: + +export LD_LIBRARY_PATH=`./user-path /usr/lib` +export PYTHONPATH=`./user-path /usr/lib/python2.5/site-packages/` +export PYTHONPATH=${PYTHONPATH}:`./user-path /var/lib/python-support/python2.5`