There is also the libraries by PJ Eby, RuleDispatch and the PEAK project, specially Trellis. I don't know what their status actually but the mailing list is quite active.

[Last version of Trellis on PyPi][1]

[Trellis doc][2]

I have also used the components from the [Kamaelia project][3] of the BBC. Axon is an interesting approach, but more component than publisher-consumer inspired. Well, its website is somewhat not up-to-date at all... There was a project or 2 in the Google SoC 2008 and work is being done.

Don't know if it help :)

Edit : I just found [Py-notify][4] which is an "unorthodox" implementation of the Observer pattern. It has most of the functionalities that I need for my own tools.

  [1]: http://pypi.python.org/pypi/Trellis/0.7a2 


  [2]: http://peak.telecommunity.com/DevCenter/Trellis 


  [3]: http://edit.kamaelia.org/Home 

  [4]: http://home.gna.org/py-notify/tutorial.html