Zope 2.5.0 and Postgresql
Hello, I have installed the ZPsycopgDA to access a Postgresql database. Everything (configure/make/make install/make install-zope) went fine but when I start Zope I receive the folloing error: 2002-02-09T15:45:24 ERROR(200) Zope Couldn't install ZPsycopgDA Traceback (innermost last): File /usr/local/Zope-2.5.0-linux2-x86/lib/python/OFS/Application.py, line 637, in install_product (Object: Zope) (Info: ZPsycopgDA) File /usr/local/zope/lib/python/Products/ZPsycopgDA/__init__.py, line 109, in initialize File /usr/local/Zope-2.5.0-linux2-x86/lib/python/App/ProductContext.py, line 94, in registerClass TypeError: unsubscriptable object I use Zope 2.5.0 and I have tested it with two plattforms: 1. FreeBSD with Zope and Python from the source 2. Debian 2.2 (Potato) with a pre-packaged Zope. On both Systems I receive the same error message. What went wrong? Thanks for your help. Sincerely, Markus
Hi Markus, get psycopg 1.0.3. In < 1.0.2 is a little bug in __init__.py Regards Lutz On Sat, 9 Feb 2002 15:08:36 +0100 "Markus Keller OrcaSoft" <m.keller@orcasoft.ch> wrote:
Hello,
I have installed the ZPsycopgDA to access a Postgresql database. Everything> (configure/make/make install/make install-zope) went fine but when I start> Zope I receive the folloing error:
2002-02-09T15:45:24 ERROR(200) Zope Couldn't install ZPsycopgDA Traceback (innermost last): File /usr/local/Zope-2.5.0-linux2-x86/lib/python/OFS/Application.py, line> 637, in install_product> (Object: Zope) (Info: ZPsycopgDA) File /usr/local/zope/lib/python/Products/ZPsycopgDA/__init__.py, line 109,> in initialize File /usr/local/Zope-2.5.0-linux2-x86/lib/python/App/ProductContext.py,> line 94, in registerClass> TypeError: unsubscriptable object
I use Zope 2.5.0 and I have tested it with two plattforms:
1. FreeBSD with Zope and Python from the source
2. Debian 2.2 (Potato) with a pre-packaged Zope.
On both Systems I receive the same error message. What went wrong? Thanks> for your help.
Sincerely,
Markus
_______________________________________________ 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 )
-- Lutz Steinborn mailto:l.steinborn@4c-ag.de 4c AG Tel +49 6092 999592 Stefan-George-Ring 22-24 Fax +49 89 99341 399 81929 München http://www.4c-shopping.de
participants (2)
-
Lutz Steinborn -
Markus Keller OrcaSoft