[Grok-dev] grokproject 0.8 released
Reed O'Brien
reed at reedobrien.com
Mon Jul 14 16:05:30 EDT 2008
On Jul 14, 2008, at 3:47 PM, Philipp von Weitershausen wrote:
> El 14 Jul 2008, a las 13:23 , Andreas Jung escribió:
>> On 14. Juli 2008 00:44:13 -0400 Philipp von Weitershausen <philipp at weitershausen.de
>> > wrote:
>>>> An internal error occurred due to a bug in either zc.buildout or
>>>> in a
>>>> recipe being used:
>>>>
>>>> ImportError:
>>>> No module named schemaless
>>>
>>> Not a grokproject bug. You probably have an antique version of
>>> ZConfig on
>>> your PYTHONPATH (the error message is about ZConfig.schemaless)
>>> which is
>>> found before the one that was downloaded as an egg. If any this is a
>>> zc.buildout bug: https://bugs.launchpad.net/zc.buildout/+bug/133462
>>
>> Nope, there is no ZConfig module installed.
>
> Are you sure? I wouldn't know what else would cause this problem.
> Neither I nor the 10 other training attendees of today who also used
> grokproject 0.8 had any problems.
I had this problem once in the past. It turned out that sys.path was
pointing at an old install of Zope. I think that it had even been
removed; but was still early in sys.path.
~ro
More information about the Grok-dev
mailing list