Re: [Zope] Python compatibility for Zope 2.11

2008-10-16 Thread Andreas Jung
On 17.10.2008 7:07 Uhr, Dennis Allison wrote: Is the appropriate Python still 2.4.5 and not either 2.5.X or 2.6.X? http://www.zope.org/Products/Zope/2.11.1/Zope-2.11.1-released -aj begin:vcard fn:Andreas Jung n:Jung;Andreas org:ZOPYX Ltd. & Co. KG adr;quoted-printable:;;Charlottenstr. 37/1;T=

[Zope] Python compatibility for Zope 2.11

2008-10-16 Thread Dennis Allison
Is the appropriate Python still 2.4.5 and not either 2.5.X or 2.6.X? -- ___ 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] Five and editform

2008-10-16 Thread Mark Gibson
I created a simple content type. I can create an object, but I can't call my view or edit form on it. If I try object/boring_editform or object/index.html I get a Not Found error. Here's what I have in my configure.zcml: --- --- What am I missing? Thanks, Mark ___

[Zope] Five pointers

2008-10-16 Thread Mark Gibson
I'm developing a new product for a Zope 2.9.7 site (no CMF). I'd like to use Zope 3 technologies for this product. I've been looking around for a few days, most of what I see describes development for Zope 3, or Five in the context of Plone. Is there a tutorial or a product I can reference th

Re: [Zope] Stepper1.5.0 failed to run

2008-10-16 Thread Marco Bizzarri
Yes. You've a __init__.py inside your $INSTANCE_HOME/Products directory. Try removing it, and I think it will work. Regards Marco On Thu, Oct 16, 2008 at 6:13 PM, JeanMichel FRANCOIS <[EMAIL PROTECTED]> wrote: > Hi > > I may have missed something, first time i m trying Stepper, i really want

[Zope] Stepper1.5.0 failed to run

2008-10-16 Thread JeanMichel FRANCOIS
Hi I may have missed something, first time i m trying Stepper, i really want to use it, and i don't understand the trace. I have read the whole readme, just i have done a really simple step but it doesn't work. How i have tryied to start it $ export STEPPER_CONFIG=Products.AntiCancerMigrations

Re: [Zope] Convert absolute path to File object

2008-10-16 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 rishi pathak wrote: > In a script python I need to a read a File stored in ZODB at some location. > In the said script I only have > absolute path of File object as string for e.g. '/path/to/file/object' > > The only way seems is to convert path strin

[Zope] Convert absolute path to File object

2008-10-16 Thread rishi pathak
In a script python I need to a read a File stored in ZODB at some location. In the said script I only have absolute path of File object as string for e.g. '/path/to/file/object' The only way seems is to convert path string so that it can be accessed using container.path.to.file.object.data Can an