Applying the patch
1. When running from a source tarball:
cd /usr/local/src/pyslsk-1.1.0
patch -p1 < /the/path/to/pyslsk-1.1.0-hyriand-X.patch
And that's all.
2. When running an installed version (e.g. rpm or deb):
logged in as root do:
cd /usr/lib/python2.2/site-packages
patch -p1 < /the/path/to/pyslsk-1.1.0-hyriand-X.patch
When that's done pyslsk should be started as root once to get the
appropiate .pyc files in place. You won't have permissions to generate
them when not running as root.
On debian the path will be "/usr/lib/site-python" instead
of "/usr/lib/python2.2/site-packages" (Red Hat/Mandrake/Gentoo).
(C) 2003, TheGraveyard.org