diff options
author | B. Watson <yalhcru@gmail.com> | 2018-08-30 01:35:49 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-01 07:32:18 +0700 |
commit | edf87bf646eab6de16fc708c89cd417ae8701937 (patch) | |
tree | a67b13e97b02b73f8200cbe70e8e856c041639d6 /network/irssi-python/README | |
parent | eeb023ea8841ca64d9aad7b1d7a65df0c4eb0cd3 (diff) | |
download | slackbuilds-edf87bf646eab6de16fc708c89cd417ae8701937.tar.gz |
network/irssi-python: Added (Python2 scripting support for irssi).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/irssi-python/README')
-rw-r--r-- | network/irssi-python/README | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/network/irssi-python/README b/network/irssi-python/README new file mode 100644 index 0000000000..221c1f7730 --- /dev/null +++ b/network/irssi-python/README @@ -0,0 +1,28 @@ +irssi-python (Python 2.x scripting support for irssi) + +irssi-python embeds Python into an Irssi module, providing most of the +functionality of the Perl wrapper to Python scripts using a similar +interface. + +After the package is installed, you can test it from within irssi +by running "/load python". If this works OK, you can configure irssi +to always load the module with a command like: + +$ echo 'load python' >> ~/.irssi/startup + +Beware of upgrades: if Slackware's irssi or python packages are ever +upgraded, you'll almost certainly have to rebuild & reinstall this. +Symptoms may include irssi ABI version mismatch errors or segfaults. + +If you get a warning about an irssi version mismatch when building +irssi-python, first update your irssi package to the latest one in +patches/: + +# slackpkg update +# slackpkg upgrade irssi + +If you still get the warning, set the environment variable IRSSI_VER +to the correct irssi version. You'll also have to have the irssi source +tarball in the SlackBuild directory. It should be available from: + +http://ftp.slackware.com/pub/slackware/slackware-14.2/patches/source/irssi/ |