Re: [Zope3-Users] Cheeseshop very flakey today

2007-08-02 Thread Fred Drake
On 8/2/07, Jeff Shell <[EMAIL PROTECTED]> wrote: > How common is this problem? Too common, though improvements have been made recently. If you're using buildout, it's easy to use a faster index that doesn't go down so easily. Set the index to Jim Fulton's ppix like this: [buildout] index =

Re: [Zope3-Users] Cheeseshop very flakey today

2007-08-02 Thread David Pratt
Hi Benji. Looks like its back. Thanks for this for future reference. Many thanks. Regards, David Benji York wrote: Jeff Shell wrote: Today was the first day I was going to try out buildout by watching it run on z3c.formdemo. But, alas, it's been very flakey. You can put "index = http://down

Re: [Zope3-Users] Cheeseshop very flakey today

2007-08-02 Thread David Pratt
Hi Jeff. I've run into this a few times but just for some minutes at a time. Today is the worst it has ever been in my recollection. I been waiting for packages for more than half an hour and still nothing. Just getting internal server errors when attempting to browse also - not a good sign. :(

Re: [Zope3-Users] Cheeseshop very flakey today

2007-08-02 Thread Jeff Shell
> Anyone else noticing the Cheeseshop is operating very poorly today. It > just sucks. :( I guess I should really be storing more egg content > locally since the service just seems to be getting worse as time goes on. Yes! I'm noticing it too. Today was the first day I was going to try out buildou

[Zope3-Users] Cheeseshop very flakey today

2007-08-02 Thread David Pratt
Anyone else noticing the Cheeseshop is operating very poorly today. It just sucks. :( I guess I should really be storing more egg content locally since the service just seems to be getting worse as time goes on. Regards, David ___ Zope3-users mailing

[Zope3-Users] z3c.recipe.runscript

2007-08-02 Thread David Pratt
Thank you Stephan for z3c.recipe.runscript. I am just going through some recipe's and was also thinking about something like this. I'll be checking it out in the next day or so. Many thanks. Regards, David ___ Zope3-users mailing list Zope3-users@zope

Re: [Zope3-Users] Is a view persistent?

2007-08-02 Thread Fred Drake
On 8/2/07, Hermann Himmelbauer <[EMAIL PROTECTED]> wrote: > mylist = [] > > @button.buttonAndHandler(_(u'Suchen'), name='suchen') > def handle_suchen(self, action): > self.mylist.append(123) > > When I output "mylist" in my page template, the number 123 is appended to > myl

Re: [Zope3-Users] Some SOAP-Zope questions!

2007-08-02 Thread Jonathan
- Original Message - From: "Christian Klinger" <[EMAIL PROTECTED]> To: Sent: Thursday, August 02, 2007 6:38 AM Subject: [Zope3-Users] Some SOAP-Zope questions! Hi, i experiment with SOAP support for Zope. I ´ve found the package http://svn.zope.org/soap/trunk/. After testing and e

[Zope3-Users] Some SOAP-Zope questions!

2007-08-02 Thread Christian Klinger
Hi, i experiment with SOAP support for Zope. I ´ve found the package http://svn.zope.org/soap/trunk/. After testing and exploring this package a got some questions about it. General Questions: - I see no changes since 1 year. Does someone use this package? - Are there any other SOAP-Zope in

[Zope3-Users] Is a view persistent?

2007-08-02 Thread Hermann Himmelbauer
Hi, I have a simple z3c.form - based view for a persistent object. My view has a class attribute, which is set during an action, e.g.: class ViewFoo(form.Form): mylist = [] @button.buttonAndHandler(_(u'Suchen'), name='suchen') def handle_suchen(self, action): self.m

Re: [Zope3-Users] z3c.form: Integer-based fields incorrectly validated

2007-08-02 Thread Hermann Himmelbauer
Am Mittwoch, 1. August 2007 20:37 schrieb Markus Leist: > Hi, > > do you have a > > from zope.schema.fieldproperty import FieldProperty > class Foo: > implements(IFoo) > foobarid = FieldProperty( IFoo['foobarid']) I do have an object that implements my IFoo interface, however, I don't