[Grok-dev] Re: problems with the philikon-eggification branch
Martijn Faassen
faassen at startifact.com
Mon Apr 23 19:12:36 EDT 2007
Philipp von Weitershausen wrote:
> Martijn Faassen wrote:
>> I have trouble running the tests on the eggification branch:
>>
>> a1-py2.4.egg/zope/configuration/fields.py", line 141, in fromUnicode
>> zope.configuration.xmlconfig.ZopeXMLConfigurationError: File
>> "/home/faassen/buildout/grok-eggs/src/grok/ftesting.zcml", line 9.2-9.59
>> ConfigurationError: ('Invalid value for', 'package', 'ImportError:
>> Module zope.app has no global zcmlfiles')
>>
>> Any idea what's up with that?
>
> It seems you have an old (Zope 3.3) zope.app package in your PYTHONPATH
> that's shadowing the eggified zope.app namespace package.
No, that isn't it. I have buildout taking care of my python path, after
all. Your buildout, in fact. :)
> Or your
> buildout didn't pull in the zope.app.zcmlfiles egg, which would be
> strange because it works for me.
There indeed does not appear to be a zope.app.zcmlfiles egg present. Did
you try running the buildout from scratch? It's possible the egg
dependencies got changed at some stage?
Regards,
Martijn
More information about the Grok-dev
mailing list