[Zope-CMF] Re: Zope-CMF digest, Vol 1 #1621 - 13 msgs
Ronald L. Roeber
rroeber1@unl.edu
Fri, 7 Mar 2003 13:49:06 -0600
Danielle,
portal=5Fobject is defined prior to its calling as follows:
utool nocall:here/portal=5Furl;
portal=5Fobject utool/getPortalObject;
Then follows:
portal=5Fpath python:'/'.join(portal=5Fobject.getPhysicalPath());=20
Hope this helps,
Ron...
------------------
> I tried to follow what I can call a recipe, as I don't understand half=20
of
> it..
> but I obtain after mending main=5Ftemplate
>=20
> NameError: global name 'portal=5Fobject' is not defined (Also, an error
> occurred while attempting to render the standard error message.)
> >I then used 'portal=5Fpath' to construct the catalog queries:
> ...
> > , path=3D'%s/pubs' % portal=5Fpath
> > ...
> "Chris Withers" <chrisw@nipltd.com> a =E9crit dans le message de news:
> 3E65F5A8.3000907@nipltd.com...
> > that should be:
> > python:'/'.join(portal=5Fobject.getPhysicalPath())
> > ...nowadays.