Thursday, September 21

Cheeseshop gets zopified

After reading Phillips blog post about the new framework categories for Zope 2 and 3 in the Cheeseshop I got to work and updated the i18ndude registration as well as pre-registered the plone.i18n and plone.app.i18n packages, so right now we have four packages registered for the two frameworks which are all around internationalization :)

For a nice short explanation how-to register a package in the Cheeseshop you should read Daniels blog post on the topic.

For those of you that have already upgraded to Subversion 1.4 you might find that setuptools does not work anymore.

If you see a AttributeError: 'NoneType' object has no attribute 'group' you want to try these steps (stolen from a post of Phillip J. Eby):
easy_install -eb. setuptools==dev06

This will create a setuptools subdirectory in the current directory. Then do:

cd setuptools
python2.4 setup.py install

If you haven't yet upgraded to Subversion 1.4 you can spare yourself this hassle and upgrade setuptools first ;)

2 comments:

Anonymous said...

Way to go, Hanno! Let's get those packages out there!

Anonymous said...

shouldn't the headline be "Zope gets cheesified" ? ;)