Re: [Zope3-Users] Zope3 packages inside a standalone application

2008-04-03 Thread Adam GROSZER
Hello Marco,

I would say it won't hurt if you flatten the namespace.
You might also try to add all required packages to the PYTHONPATH then
hopefully py2exe will find them.
Test it well, also with the exe built.

Thursday, April 3, 2008, 8:33:02 AM, you wrote:

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

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

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

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

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


-- 
Best regards,
 Adam GROSZERmailto:[EMAIL PROTECTED]
--
Quote of the day:
Things are more like they used to be than they are now.

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


[Zope3-Users] Zope3 packages inside a standalone application

2008-04-02 Thread Marco De Felice

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