On Fri, 2008-06-06 at 11:01 +0200, Radim Novotny wrote: > > > > IOError: No egg-info directory found (looked > > in ./client.contenttypes/./client.contenttypes.egg-info, ...) > > and therefore localcommands doesn't work. > > > > I have got the same error too. First I had to "develop" my package by > running bin/buildout -N and then create > client.contenttypes.egg-info/paster_plugins.txt with content > > ZopeSkel > PasteScript > > (I copied the file from another "old" package). > > I agree this is a bug or at least undocumented change. > > The other thing is requirement for "paster_plugins.txt" in the .egg-info > directory. This directory should not be in SVN and if you want to share > code with another developer, the other developer won't be able to use > localcommands (paster addcontent contenttype for example) because there > is no "paster_plugins.txt" in svn checkouted version and autogenerated > .egg-info subdirectory.
Yeah busted at my end too. And the fix cited got mine working too. -Tim > _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
