Is there a windows version of zope 2.8.1b1?
Hi all, I want to try the new feature of zope 2.8.1, but zope.org only contains the source version. where I can get a windows version?
Hi Zope, I've been using "pluggable brains" in some zSQL classes. I have some questions! a) It seems if I initialize a variable in the __init__ method that variable, say self.callCount = 1 is not retained across calls, eg #python mod res = context.sql.brainySQL() for rec in res: rec.getCallCount() # where getCallCount is a method inside the Brains class and it just returns the var defined in __init__. But I get an attribute error instead. b) Can anyone direct me to a good faq on using these things? c) Has anyone experience with Pluggable Brains and zSQL? I am especially interest in performance issues because I intend to use Pluggable Brains to do *alot* of calculations - but only if the upside beats the downside of using them. d) Will Zope 3 support Pluggable Brains? Thanks, David
David H wrote at 2005-8-6 13:12 -0700:
I've been using "pluggable brains" in some zSQL classes. I have some questions!
a) It seems if I initialize a variable in the __init__ method that variable, say self.callCount = 1 is not retained across calls, eg
For efficiency reasons, the result row objects of Z SQL methods do not have a dict. Therefore, you cannot create new attributes for them. Your brain classes derive from such objects and therefore, too, lack a dict. -- Dieter
Hi all: Any recommendation for a RSS product. Indeed what i want is a client to obtain information from a RSS server and present this in a page. Thanks in advanced !!!
Leticia Larrosa wrote:
Hi all:
Any recommendation for a RSS product. Indeed what i want is a client to obtain information from a RSS server and present this in a page.
try CMFSin jodok
Thanks in advanced !!!
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
--On 7. August 2005 04:03:41 +0800 Litao Wei <wlt008@gmail.com> wrote:
Hi all,
I want to try the new feature of zope 2.8.1, but zope.org only contains the source version. where I can get a windows version?
No, Christian Theune was not available over the last days so I assume he had no time to build a Windows version. -aj
Oh, Bad news. When will the windows version release? Or would you give me some tip on how to build zope on windows? Thank you. On 8/7/05, Andreas Jung <lists@andreas-jung.com> wrote:
--On 7. August 2005 04:03:41 +0800 Litao Wei <wlt008@gmail.com> wrote:
Hi all,
I want to try the new feature of zope 2.8.1, but zope.org only contains the source version. where I can get a windows version?
No, Christian Theune was not available over the last days so I assume he had no time to build a Windows version.
-aj
--On 7. August 2005 12:33:12 +0800 Litao Wei <wlt008@gmail.com> wrote:
Oh, Bad news. When will the windows version release? Or would you give me some tip on how to build zope on windows?
Everything is the work of volunteers and things will be done as they are done. Otherwise you have to wait until Christian has time to work on the windows build. -aj
participants (6)
-
Andreas Jung -
David H -
Dieter Maurer -
jodok batlogg -
Leticia Larrosa -
Litao Wei