1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-27 01:25:34 +00:00
elinks/contrib/python
Witold Filipczyk c201ecbb46 Fixed.
2006-09-02 12:18:27 +02:00
..
hooks.py Fixed. 2006-09-02 12:18:27 +02:00
README.Python Fixes to the Python scripting by M. Levinson 2006-07-24 18:52:25 +02:00

If you want to use Python scripting with ELinks, add --with-python to the
configure invocation and copy hooks.py to your ~/.elinks directory.

If configure cannot find Python you can supply a path, e.g.
--with-python=/usr/local/bin if your Python binary is in /usr/local/bin, etc.

For the present hooks.py is not very usable. You are welcome to make it better.
Good Luck!