Modified inpfield to be able to work with double-width UTF-8 chars.
[elinks.git] / contrib / python / README.Python
blob9fde5abf307dcf3a6c3b9408b402fd74a2a8841b
1 If you want to use Python scripting with ELinks add
2 --with-python to the configure invocation copy hooks.py to ~/.elinks
3 When your Python installation is your own build, you could give prefix
4 to the configure, eg.
5 --with-python=/usr/local when Python binary is placed in /usr/local/bin, etc.
7 When 'configure' cannot find -lpython make symbolic link to the appropriate
8 library, eg.
9 # cd /usr/local/lib
10 # ln -s libpython2.4.so.1.0 libpython.so
12 For the present hooks.py is not very usable. You are welcome to make it better.
13 Good Luck!