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=
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/
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
___
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
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
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
-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
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