wmii/alternative_wmiircs/python
Kris Maglione d4d8a6b891 Properly fix problem fixed in last commit. Cleanup some stuff in the process.
Update issue #132
Status: Fixed
This is a very strange issue. It turns out that subprocess
won't work from non-main threads while a module is being
imported. Since the wmiirc entered its event loop rather than
returning, it was causing problems. I suspect it was also the
cause of the stack traces being printed at interperater shutdown.
2009-10-17 21:52:29 -04:00
..
pygmi Properly fix problem fixed in last commit. Cleanup some stuff in the process. 2009-10-17 21:52:29 -04:00
pyxp Add forgotten Makefiles. Closes issue #137. 2009-10-13 04:56:24 -04:00
Makefile Add forgotten Makefiles. Closes issue #137. 2009-10-13 04:56:24 -04:00
README Add alternative_wmiircs READMEs 2009-09-02 20:36:25 -04:00
wmiirc Properly fix problem fixed in last commit. Cleanup some stuff in the process. 2009-10-17 21:52:29 -04:00
wmiirc.py Properly fix problem fixed in last commit. Cleanup some stuff in the process. 2009-10-17 21:52:29 -04:00

Python wmiirc
=============

This directory contains a pure Python implementation of
wmiirc. The two included libraries, pyxp and pygmi, are a 9P
client and wmii filesystem utility module, respectively. To
use this library, simply copy the contents of this direcctory
to ~/.wmii/. To customize it, either modify wmiirc.py
directly, or create wmii_local.py and store your modifications
there. The latter approach is preferable in that future
modifications to wmiirc.py can usually be painlessly
integrated.

The documentation is sparse, but wmiirc.py should serve as a
fairly comprehensive example.