[Grok-dev] Todays [version] block?

Wichert Akkerman wichert at wiggy.net
Wed Sep 26 08:53:49 EDT 2007


Does anyone have the [versions] block for buildout that will get grok
0.10 running today? On a fresh instance I get this at the moment:

  File "/usr/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 109, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.4/site-packages/_xmlplus/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 216, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 312, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/local/buildout/eggs/tmpJn6TfB/ZConfig-2.5-py2.4.egg/ZConfig/schema.py", line 99, in startElement
  File "/local/buildout/eggs/tmpJn6TfB/ZConfig-2.5-py2.4.egg/ZConfig/schema.py", line 497, in start_schema
  File "/local/buildout/eggs/tmpJn6TfB/ZConfig-2.5-py2.4.egg/ZConfig/schema.py", line 530, in extendSchema
  File "/local/buildout/eggs/tmpJn6TfB/ZConfig-2.5-py2.4.egg/ZConfig/loader.py", line 96, in openResource
  File "/local/buildout/eggs/tmpJn6TfB/ZConfig-2.5-py2.4.egg/ZConfig/loader.py", line 158, in openPackageResource
ZConfig.SchemaResourceError: schema component not found
  Package name: 'zope.app.appsetup'
  File name: 'schema/schema.xml'
  Package path: ['/local/buildout/eggs/zope.app.appsetup-3.4.0-py2.4.egg/zope/app/appsetup']

Until recently this worked for me:

grok = 0.10
zope.app.keyreference = 3.4.0a1
ZODB3 = 3.8.0b2

Wichert.

-- 
Wichert Akkerman <wichert at wiggy.net>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.


More information about the Grok-dev mailing list