README
author Tero Marttila <terom@fixme.fi>
Sat, 26 Sep 2009 23:51:31 +0300
changeset 57 8c4032265c8c
parent 31 82121ae07c03
permissions -rw-r--r--
event keeps a ref to its event_base - needed for later error propagation, and to ensure method calls remain valid

Requirements:
    * Cython
        * 0.9.6.14 is too old (fails at 'from ... cimport *')
        * 0.11.2 works

Building:
    * dev: python setup.py build_ext --in-place --force