Re: [Product-Developers] Dexterity: ERROR Application Couldn't install Five

2011-04-19 Thread Héctor Velarde
it was a real nightmare but after some research seems that the only way 
to make it work is by removing python-speechd:


http://plone.org/products/collective.blogging/issues/12

thank you and best regards!

Héctor Velarde



smime.p7s
Description: S/MIME Cryptographic Signature
___
Product-Developers mailing list
Product-Developers@lists.plone.org
https://lists.plone.org/mailman/listinfo/product-developers


Re: [Product-Developers] Dexterity: ERROR Application Couldn't install Five

2011-04-18 Thread Héctor Velarde
I found this problem is fixed in zc.buildout version 1.5.2: 
https://bugs.launchpad.net/grok/+bug/603144


is there any way to bootstrap Plone 4.0.x using this version or do I 
have to pin zc.buildout and upgrade it after bootstraping? it always 
downloads 1.4.4.


best regards

Héctor Velarde



smime.p7s
Description: S/MIME Cryptographic Signature
___
Product-Developers mailing list
Product-Developers@lists.plone.org
https://lists.plone.org/mailman/listinfo/product-developers


Re: [Product-Developers] Dexterity: ERROR Application Couldn't install Five

2011-04-18 Thread David Glick
Try in a clean virtualenv; the traceback involves some speech package from your 
global Python environment.

David Glick
Sent from my mobile
   In a time of inner rest
  Please forgive brevity

On Apr 17, 2011, at 11:50 PM, Héctor Velarde hector.vela...@gmail.com wrote:

 Ubuntu 10.10 and Plone 4.0.5; I'm trying to develop a Dexterity-based
 content type using:

 extends =
 http://dist.plone.org/release/4.0.5/versions.cfg
 http://good-py.appspot.com/release/dexterity/1.0b7?plone=4.0.5

 I get this error:

 2011-04-18T01:28:20 ERROR Application Couldn't install Five
 Traceback (most recent call last):
   File
 /usr/local/Plone/portalsg/eggs/Zope2-2.12.17-py2.6-linux-x86_64.egg/OFS/Application.py,
 line 671, in install_product
 initmethod(context)
   File
 /usr/local/Plone/portalsg/eggs/Zope2-2.12.17-py2.6-linux-x86_64.egg/Products/Five/__init__.py,
 line 31, in initialize
 zcml.load_site()
   File
 /usr/local/Plone/portalsg/eggs/Zope2-2.12.17-py2.6-linux-x86_64.egg/Products/Five/zcml.py,
 line 51, in load_site
 _context = xmlconfig.file(file)
   File
 /usr/local/Plone/portalsg/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py,
 line 647, in file
 include(context, name, package)
   File
 /usr/local/Plone/portalsg/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py,
 line 546, in include
 processxmlfile(f, context)
   File
 /usr/local/Plone/portalsg/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py,
 line 378, in processxmlfile
 parser.parse(src)
   File /usr/lib/python2.6/xml/sax/expatreader.py, line 107, in parse
 xmlreader.IncrementalParser.parse(self, source)
   File /usr/lib/python2.6/xml/sax/xmlreader.py, line 123, in parse
 self.feed(buffer)
   File /usr/lib/python2.6/xml/sax/expatreader.py, line 207, in feed
 self._parser.Parse(data, isFinal)
   File /usr/lib/python2.6/xml/sax/expatreader.py, line 349, in
 end_element_ns
 self._cont_handler.endElementNS(pair, None)
   File
 /usr/local/Plone/portalsg/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py,
 line 357, in endElementNS
 self.context.end()
   File
 /usr/local/Plone/portalsg/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py,
 line 537, in end
 self.stack.pop().finish()
   File
 /usr/local/Plone/portalsg/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py,
 line 685, in finish
 actions = self.handler(context, **args)
   File
 /usr/local/Plone/portalsg/eggs/Zope2-2.12.17-py2.6-linux-x86_64.egg/Products/Five/fiveconfigure.py,
 line 74, in loadProducts
 handleBrokenProduct(product)
   File
 /usr/local/Plone/portalsg/eggs/Zope2-2.12.17-py2.6-linux-x86_64.egg/Products/Five/fiveconfigure.py,
 line 72, in loadProducts
 xmlconfig.include(_context, zcml, package=product)
   File
 /usr/local/Plone/portalsg/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py,
 line 546, in include
 processxmlfile(f, context)
   File
 /usr/local/Plone/portalsg/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py,
 line 378, in processxmlfile
 parser.parse(src)
   File /usr/lib/python2.6/xml/sax/expatreader.py, line 107, in parse
 xmlreader.IncrementalParser.parse(self, source)
   File /usr/lib/python2.6/xml/sax/xmlreader.py, line 123, in parse
 self.feed(buffer)
   File /usr/lib/python2.6/xml/sax/expatreader.py, line 207, in feed
 self._parser.Parse(data, isFinal)
   File /usr/lib/python2.6/xml/sax/expatreader.py, line 349, in
 end_element_ns
 self._cont_handler.endElementNS(pair, None)
   File
 /usr/local/Plone/portalsg/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py,
 line 357, in endElementNS
 self.context.end()
   File
 /usr/local/Plone/portalsg/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py,
 line 537, in end
 self.stack.pop().finish()
   File
 /usr/local/Plone/portalsg/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py,
 line 685, in finish
 actions = self.handler(context, **args)
   File
 /usr/local/Plone/portalsg/eggs/z3c.autoinclude-0.3.4-py2.6.egg/z3c/autoinclude/zcml.py,
 line 104, in includePluginsDirective
 includeZCMLGroup(_context, info, filename)
   File
 /usr/local/Plone/portalsg/eggs/z3c.autoinclude-0.3.4-py2.6.egg/z3c/autoinclude/zcml.py,
 line 30, in includeZCMLGroup
 include(_context, filename, includable_package)
   File
 /usr/local/Plone/portalsg/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py,
 line 546, in include
 processxmlfile(f, context)
   File
 /usr/local/Plone/portalsg/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py,
 line 378, in processxmlfile
 parser.parse(src)
   File /usr/lib/python2.6/xml/sax/expatreader.py, line 107, in parse
 xmlreader.IncrementalParser.parse(self, source)
   File /usr/lib/python2.6/xml/sax/xmlreader.py, line 123, in parse
   

Re: [Product-Developers] Dexterity: ERROR Application Couldn't install Five

2011-04-18 Thread David Glick

On Apr 18, 2011, at 8:04 AM, Héctor Velarde hector.vela...@gmail.com wrote:

 I found this problem is fixed in zc.buildout version 1.5.2:
 https://bugs.launchpad.net/grok/+bug/603144

 is there any way to bootstrap Plone 4.0.x using this version or do I
 have to pin zc.buildout and upgrade it after bootstraping? it always
 downloads 1.4.4.

You must not be using an up-to-date bootstrap script.


--
David Glick
 Web Developer
 davidgl...@groundwire.org
 206.286.1235x32

Groundwire: You Are Connected
 http://groundwire.org

Online tools and strategies for the environmental movement.  Sign up for 
Groundwire News!
 http://groundwire.org/email-capture


___
Product-Developers mailing list
Product-Developers@lists.plone.org
https://lists.plone.org/mailman/listinfo/product-developers