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:
Way to go, Hanno! Let's get those packages out there!
shouldn't the headline be "Zope gets cheesified" ? ;)
Post a Comment