Thu 20 Mar 2008
PyCon 2008 (Chicago) – Day 1 (part two)
Posted by Mike under PyCon
View Comments
The first talk I went to was entitled “Developing with Repoze2.Zope” by Chris P McDonough. It was a pretty interesting presentation on middleware that can re-implement ZPublisher in such a way that it allows Zope2 to run within Apache + mod_wsgi. Repoze depends on Python Paste and setuptools. If I recall correctly, he gave a demo where he gave Trac a Plone-like interface without modifying either.