[Zope] PoPy and sql

Jose Gerardo Amaya Giron gamaya@aldeacentroamerica.com
17 Jul 2002 16:03:46 -0600


Hello all. I'm trying to run ZODBCA module in my linux box(RedHat 7.3).
When I start my zope I get the following:
------
2002-07-17T21:54:12 ERROR(200) Zope Could not import Products.ZODBCDA
Traceback (innermost last):
  File
/usr/local/Zope/Zope-2.5.1-linux2-x86/lib/python/OFS/Application.py,
line 531, in import_product
  File
/usr/local/Zope/Zope-2.5.1-linux2-x86/lib/python/Products/ZODBCDA/__init__.py, line 91, in ?
  File
/usr/local/Zope/Zope-2.5.1-linux2-x86/lib/python/Products/ZODBCDA/DA.py,
line 92, in ?
  File
/usr/local/Zope/Zope-2.5.1-linux2-x86/lib/python/Products/ZODBCDA/db.py,
line 86, in ?
ImportError: No module named sql

I try to find this module with no success, can you help me please.


Now I'm try to install the popy module for PostgreSQL and I get the
following:
------
2002-07-17T21:54:12 ERROR(200) Zope Could not import Products.ZPoPyDA
Traceback (innermost last):
  File
/usr/local/Zope/Zope-2.5.1-linux2-x86/lib/python/OFS/Application.py,
line 531, in import_product
  File
/usr/local/Zope/Zope-2.5.1-linux2-x86/lib/python/Products/ZPoPyDA/__init__.py, line 23, in ?
  File
/usr/local/Zope/Zope-2.5.1-linux2-x86/lib/python/Products/ZPoPyDA/PoPy_browser.py, line 67, in ?
  File
/usr/local/Zope/Zope-2.5.1-linux2-x86/lib/python/Products/ZPoPyDA/PoPy_DA.py, line 26, in ?
  File
/usr/local/Zope/Zope-2.5.1-linux2-x86/lib/python/Products/ZPoPyDA/PoPy_db.py, line 26, in ?
The PoPy module is not installed
        
The thing is I install a PoPy RPM from the site, it install the library
in /usr/lib/python1.5/site-packages/ and
/usr/lib/python2.2/site/packages

why can't zope see where PoPy is

Thanks in advance

Gerardo Amaya