[Zope] Zope 2.11.1-final MailHost Product

2008-10-17 Thread Giampiero Benvenuti
To whom it may concern, Thanks so much for your good work and for adding the new feature (MailHost with asynchronous mode). I have just installed the new version of Zope (2.11.1) on my Mac to be able to use it. I did struggle a bit, though, because I didn't realize that in the method for sen

Re: [Zope] Five and editform

2008-10-17 Thread JeanMichel FRANCOIS
Hi Mark Gibson, Do you develop this with egg ? throw Products namespace ? The zcml seems good. If you develop outside of the Products namespace don't forget to include your package in the site.zcml. You can verify this by making a mistake in the zcml and try to start zope. Does you content impl

[Zope] Stepper1.5.0: more steps !!!!

2008-10-17 Thread JeanMichel FRANCOIS
Thx Marco I don't know what was the pb, but after having this issue, my instance was not able to start. So i have re-buildout it and now, all is OK. Stepper work with those Products/__init__.py files. In fact i m adding __init__ file to every Products folder because Pydev index source in it onl

Re: [Zope] Five and editform

2008-10-17 Thread Mark Gibson
Hi JeanMichel, thanks for our reply. This is not an egg - just a simple product I have in /lib/python. I'm working with Zope 2.9.7, not a buildout environment. I get the Boring product in the "Add" dropdown, and I can create the object. I do have the product included in site.zcml, and it d

Re: [Zope] Python compatibility for Zope 2.11

2008-10-17 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dennis Allison wrote: > Is the appropriate Python still 2.4.5 and not either 2.5.X or 2.6.X? We are discussion 2.5 / 2.6 as supported for the not-yet-released 2.12; nothing has changed (or will) for the already-released 2.11. Tres. - -- =

[Zope] Zope failing to load causing 503 error

2008-10-17 Thread rugbert
I migrated a server from one machine to another (using this thread: http://ubuntuforums.org/showthread.php?t=35087) and while most everything transferred over correctly (some permission settings didnt) apache isnt %100 working. There are two virtual host files, the default, and the mysite.test.co

Re: [Zope] Zope failing to load causing 503 error

2008-10-17 Thread rugbert
here is an error I found in my apache error log, its repeated over and over: 127.0.0.1 - - [07/Oct/2008:05:27:41 -0500] "GET / HTTP/1.0" 503 323 "-" "Apache/2.2.3 (Ubuntu) PHP/5.2.1 mod_ssl/2.2.3 OpenSSL/0.9.8c (internal dummy connection)" rugbert wrote: > > I migrated a server from one mach

[Zope] .html from python

2008-10-17 Thread Garry Saddington
How would I do this: dtml_method = context.singleitemview.html s = dtml_method(client=context, REQUEST={}, foo='bar') return s from python without getting an AttributeError. I can't seem to get it right no matter what I try? Regards Garry ___ Zope mai

Re: [Zope] .html from python

2008-10-17 Thread Andrew Milton
+---[ Garry Saddington ]-- | How would I do this: | | dtml_method = context.singleitemview.html | s = | return s dtml_method = getattr(context, 'singleitemview.html') return dtml_method(client=context, REQUEST={}, foo='bar') -- Andrew Milton [EMAIL PROTECTED]

Re: [Zope] .html from python

2008-10-17 Thread Garry Saddington
On Friday 17 October 2008 21:30, Andrew Milton wrote: > +---[ Garry Saddington ]-- > > | How would I do this: > | > | dtml_method = context.singleitemview.html > | s = > | return s > > dtml_method = getattr(context, 'singleitemview.html') > return dtml_method(client=context,

Re: [Zope] .html from python

2008-10-17 Thread Andreas Jung
On 17.10.2008 22:06 Uhr, Garry Saddington wrote: How would I do this: dtml_method = context.singleitemview.html dtml_method = getattr(context, 'singleitemview.html') ? -aj begin:vcard fn:Andreas Jung n:Jung;Andreas org:ZOPYX Ltd. & Co. KG adr;quoted-printable:;;Charlottenstr. 37/1;T=C3=BCbin