Re: [Zope3-Users] Packing a ZODB via command line

2009-06-15 Thread Jean Jordaan
When using ZEO: use zeopack. If your version of ZEO supports it; see traceback at: https://bugs.launchpad.net/zope2/+bug/143357/comments/1 -- jean . .. //\\\oo///\\ ___ Zope3-users mailing list

Re: [Zope3-Users] Packing a ZODB via command line

2009-06-15 Thread Jean Jordaan
Hi Jens In code? I wrote a mini-helper package. Look yourself (packer.py): https://svn.bluedynamics.eu/svn/public/zoplo.zeopack/trunk/zoplo/zeopack Cool :-) I like the ease of configuring many storages to pack. It looks like it will suffer the same symptoms reported here, though:

[Zope3-Users] registerHandler question/problem

2009-06-15 Thread Tom Sanders | DGS Visueel
Hi this is my first post to this group. I hope someone can help me. I have the following problem using Zope 3.4: I have created a simple handler using the @adapter decorator and register it in the local site manager. The handler works fine but the ZMI tab showing the sites' registrations

Re: [Zope3-Users] Unauthorized object not the same

2009-06-15 Thread Simon Elbaz
Hi, I have added : include package=zope.app.exception.browser / in the file browser/configure.zcml and the result is the same. I have identified the function that makes the difference, it is:

[Zope3-Users] How do I learn how to use Zope?

2009-06-15 Thread Edward Zwart
I've been limping along for a couple weeks trying to learn this framework, and I'm completely stuck, and can barely even form a good question... so apologies in advance... My problem is I'm brand new to Zope, and it's impossible to tell when I'm reading something current or not. I've been

Re: [Zope3-Users] How do I learn how to use Zope?

2009-06-15 Thread Andreas Jung
On 16.06.09 01:26, Edward Zwart wrote: I've been limping along for a couple weeks trying to learn this framework, and I'm completely stuck, and can barely even form a good question... so apologies in advance... Consider starting with GROK. That gives an infinite recursion error. A full