Posted on February 27, 2009 by Lennart Regebro
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 [...]
Filed under: python, zope | Tagged: eggs, plone | 2 Comments »
Posted on February 18, 2009 by Lennart Regebro
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 [...]
Filed under: grok, python, python3, zope, zope3 | Tagged: pycon, pycon2009, repoze, sprints, wsgi | 1 Comment »
Posted on February 1, 2009 by Lennart Regebro
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 [...]
Filed under: plone, python, python3, zope | Tagged: setuptools | 20 Comments »