Zope 2: Now in egg-form!

Zope 2.12 alpha 1 has been released. It’s completely “eggified”, meaning that all parts of it are separate python modules, installable with setuptools easy_install command. The main egg is called just Zope2, and you can therefore now install Zope 2 with “easy_install Zope2″ from the command line. Of course, this will install it in the [...]

You do NOT want to miss PyCon 2009!

The real goodness of conferences is that you get to meet and talk and discuss with all these great people. It gives you ideas and energy to push through with your open source doings! And while PyCon 2008 was great, PyCon 2009 will be spectacularly awesome! Because this year there will be a spectacular State [...]

Setuptools and easy_install for Python 3!

I spent some of my Yuletide vacation on porting setuptools to Python 3. The reason for that was simple: I want to use the Zope component architecture under Python 3. But the “official” way to develop on Zope foundations software is to use buildouts, and of course the component architecture modules have buildouts too. You [...]