[Zope] ZPyGresQL Connection Add Error
Rob van der Krogt
Rob.van.der.Krogt@huis-van-muis.demon.nl
Sat, 10 Feb 2001 23:01:46 +0100
Hi all,
Although I am not an experienced Zope programmer, I would like to suggest
this is an error in the Postgres adapter. From version 2.2.x - 2.3.0 I think
the dtml files have been moved to ZRDB/dtml.
Therefore as from this version you need to make a slight adjustment in the
ZPyGreSQL python files in .../Products/ZPyGreSQLDA/. Execute the following
command in this directory:
$ grep ZRDB *py
You will see all the references to ...../ZRDB/ConnectionAdd.dtml (only 1 in
my case).
Use vi or another editor to update these references to
...../ZRDB/dtml/ConnectionAdd.dtml......
It worked for me.
Regards,
Rob
On Tuesday 23 January 2001 10:35, you wrote:
> On Mon, 22 Jan 2001, Craig wrote:
> > Error Type: IOError
> > Error Value: [Errno 2] No such file or directory:
> > '/usr/lib/zope/lib/python/Shared/DC/ZRDB/connectionAdd.dtml'
>
> Also check all permissions starting from the root.
>
> Oleg.
> ----
> Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru
> Programmers don't die, they just GOSUB without RETURN.
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )