[Schevo-devel] Re: Schevo split is on schedule - please help test

Matthew Scott mscott at springfieldtech.com
Sat Mar 25 12:39:35 EST 2006


Ilias Lazaridis wrote:
> Any info on this?
> 
>> running "docgen.bat" results in the following error:
>>
>> pydoc.ErrorDuringImport: problem in
>> schevo.example.todo.schema.schema_001 - AttributeError: 'NoneType'
>> object has no att
>> ribute '_imported_schemata'

This is a regression that I'll take the blame for.  I can't fix it now
but will make an attempt to over the next week.

Schevo schemata are supposed to be directly importable as regular Python
modules, not necessarily as a means to something but as an end in
itself.  By being directly importable, you avoid errors like the one you
experience when you "import schevo.example.todo.schema.schema_001"

Exactly the sort of thing that a branch-review-merge process might have
helped catch, had I done so when I started working on the new import
stuff :)


-- 
Matthew Scott
Springfield Technology



More information about the Schevo-devel mailing list