Hi all, I've stuck up a first preview release of pywmii, together with examples and API doco, at: http://www.freenet.org.nz/pywmii
Intended audience: - folks who feel more comfortable with python than shell script Features: - easy to write clean, readable wmiirc scripts in pure python - object interface to the wmii p9 fs (see below) - subclass the base EventHandler class and implement your own handler methods - simple API for window manipulation and key binding (refer examples) - easier to understand (IMHO) than python-wmii (http://downgra.de/articles/python-wmii) This early version accesses the 9pfs through wmiir, which is not the best approach. I'm looking to build python bindings for libixp, which will be much better. But this early version is working well for the most part. I'm using it full-time now. Cheers David
