Jens Vagelpohl wrote: > As a side not, if you intend to run Zope "in production" it is always > *very wise* to compile a separate Python for it. I'll go one step > further and say when it comes to Zope it's always better to compile from > source and not use any pre-packaged version. It's easy, and when you ask > for support on the Zope mailing list you won't get blank stares because > no one can know what each packager does to the Zope software to package it. Thanks, that's a valid point. I usually try my best to stick with vendor provided packages in order to take advantage of security updates. I guess I'll compile Zope and Python myself so that I can start testing.