Hi, Is there any way I could use zope.components ZCML configuration in my Pyramid project *not losing* the ability to run multiple application in one process?
I know I could just use `Configurator.hook_zca` and use global components site, but this wouldn't work for multiple apps in one process. I tried to use zope.configuration ZCML utilities on Pyramid configurator and it's attributes but they seem incompatible. There is some class in `pyramid.config` called `ActionState` that kind of resembles `ConfigurationMachine` from `zope.configuration`, but not enough to use `zope.configuration.xmlconfig` stuff on it. Am I missing something? Thanks, Mikołaj -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
