On Fri, Sep 10, 2010 at 12:41 PM, Gavin Panella <[email protected]> wrote: ... > It already seems weird to register them both via ZCML and the global > site manager. If I just use ZCML a whole raft of tests fail. If I just > use ZCML a different raft of tests fails. >
I just spent a few minutes trying to figure this out, but nothing leapt to mind. There being only two classes that won't adapt makes me suspicious. Were I you, I'd find some way to trick Zope into using the Python version of z.interface and step through InterfaceBasePy.__call__ for one of those failing tests. Use ZCML, not gsm. Relying on Python import order is bad for ones health. Remember that different layers load different sets of ZCML. jml _______________________________________________ Mailing list: https://launchpad.net/~launchpad-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.launchpad.net/ListHelp

