[Zope-dev] Re: [Interested?] New use for Zope+CMF+Archetypes -- startup time improvements

2005-05-14 Thread Paul Everitt
This is really interesting! A year ago I put Python + Zope on a USB key, just for fun. It would barely fit so I looked at zip techniques, and never could figure out how to get ZPTs etc. to load from a ZIP. How did you do that part? --Paul Dieter Maurer wrote: Dear Zope developers, we have

Re: [Zope-dev] [Interested?] New use for Zope+CMF+Archetypes -- startup time improvements

2005-05-14 Thread Andreas Jung
--On Freitag, 13. Mai 2005 19:26 Uhr +0200 Dieter Maurer [EMAIL PROTECTED] wrote: If you were *really* interested in these startup time improvements, I could provide patches which might be integrated in the Zope core for e.g. Zope 2.9. Although I already worked with pypackage my questions: is

[Zope-dev] inituser problem

2005-05-14 Thread Chris Withers
Hi, I have a problem with the code in AccessControl.User.UserFolder._createInitialUser. It creates a user under what I feel are fairly bizarre circumstances. I feel it should simply use inituser if it's there and the user in it doesn't already exist in the root acl_users. Either that, or it

Re: [Zope-dev] [Interested?] New use for Zope+CMF+Archetypes -- startup time improvements

2005-05-14 Thread Dieter Maurer
Andreas Jung wrote at 2005-5-14 11:00 +0200: ... Although I already worked with pypackage my questions: is it an optional feature or will pypackage take control over all and everything? Provided that any access to a package relative resource is converted from dirname(__file__) to package_home