From b99f15fa338141f36c44b4a1279426088cb4234b Mon Sep 17 00:00:00 2001 From: Date: Mon, 30 Jan 2006 12:39:40 +0100 Subject: [PATCH] Info about Python scripting --- contrib/python/README.Python | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 contrib/python/README.Python diff --git a/contrib/python/README.Python b/contrib/python/README.Python new file mode 100644 index 00000000..9fde5abf --- /dev/null +++ b/contrib/python/README.Python @@ -0,0 +1,13 @@ +If you want to use Python scripting with ELinks add +--with-python to the configure invocation copy hooks.py to ~/.elinks +When your Python installation is your own build, you could give prefix +to the configure, eg. +--with-python=/usr/local when Python binary is placed in /usr/local/bin, etc. + +When 'configure' cannot find -lpython make symbolic link to the appropriate +library, eg. +# cd /usr/local/lib +# ln -s libpython2.4.so.1.0 libpython.so + +For the present hooks.py is not very usable. You are welcome to make it better. +Good Luck! -- 2.11.4.GIT