Right now, supermodel tries to access utilities during import time, when being used to define a schema of an interface.
It may or may not be that at that time all utilities have been loaded, bring back one of the problems the zcml component architecture tried to solve, namely not depend on import orders.
Currently, when I use supermodel schemas, I have to create a different marker interface, contained within a different module and then declare browser views for that marker interface. Else, my tests won't run, because supermodel cannot initialize my schema.
Right now, supermodel tries to access utilities during import time, when being used to define a schema of an interface.
It may or may not be that at that time all utilities have been loaded, bring back one of the problems the zcml component architecture tried to solve, namely not depend on import orders.
Currently, when I use supermodel schemas, I have to create a different marker interface, contained within a different module and then declare browser views for that marker interface. Else, my tests won't run, because supermodel cannot initialize my schema.