Jon Stahl wrote:
Hi all-

When I try to add Jonathan Wilde's new Plone themes to my buildout... by adding "plonetheme.greencommunity" to my [eggs] and [zcml] sections, the egg gets downloaded, but then when I restart my instance, zope complains:

zope.configuration.xmlconfig.ZopeXMLConfigurationError: File "/Users/jon/Plone-3.0-buildout/zinstance/parts/instance/etc/site.zcml", line 14.2-14.55 ZopeXMLConfigurationError: File "/Users/jon/Plone-3.0-buildout/zinstance/parts/instance/etc/package-includes/001-plonetheme.greencommunity-configure.zcml", line 1.0-1.69 IOError: [Errno 20] Not a directory: '/Users/jon/Plone-3.0-buildout/buildout-cache/eggs/plonetheme.greencommunity-0.11dev_r57564-py2.4.egg/plonetheme/greencommunity/configure.zcml'


The egg appears as a single file, not a directory.

What am I missing?  Are these themes not packaged correctly?

Ah, he must've used an old version of the template that doesn't default to zip_safe = False. You'll need to use a development egg version or get a packaged version that has zip_safe=False in setup.py.

Martin

--
Author of `Professional Plone Development`, a book for developers who
want to work with Plone. See http://martinaspeli.net/plone-book


_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to