I'm using zope3 packages inside a standalone application.
I've found references that the zca package tree can be used outside of zope, but I'm using also zope.wfmc and related (including zodb3).

To be able to build an exe file with py2exe I've flattened the namespace of the packages I'm using, by copying them in my app folder recreating a single zope namespace (py2exe doesn't support namespaces yet).

Is this kind of unusual zope3 packages use possible, or am I going to have trouble with it being totally unsupported?

Please note that I'm not yet a zope3 expert and I didn't run tests on this setup, but it seems to work.

Thanks
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to