Re: [Modeling-users] Problems importing Modeling with ZODB 3.1.1 installed
Status: Abandoned
Brought to you by:
sbigaret
|
From: Sebastien B. <sbi...@us...> - 2003-09-17 11:25:07
|
"Jerome Kerdreux (soaf)" <so...@la...> wrote:
> On Wednesday 17 September 2003 00:17, Ernesto Revilla wrote:
> > Hi again,
> >
> > what is the consequence of having ZODB standalone installed when using
> > Modeling? Are there any important differences between
> > Persistence.Persistent and Persistent.Persistent?
> >
> > regards,
> > Erny
>=20
> I have never tested this kind of stuff. but i really think that doesn't=20
> matter. as I Persistence is only used by the ZModeler ( as it is=20
> a normal zope object ). Perhaps this can change something
> when you bind the editing context with Zope session. But i=20
> don't like think . (And i haven't read / test this code)=20
Soaf is right, there's not consequences on the runtime, it's only there to
make model, entities, etc. persistent in a zope/zmodeler instance.
To convince yourself, look at Modeling.Persistent.Persistent ;))
class Persistent:
pass
-- S=E9bastien.
|