: Postgre installation problem
I have installed postgre SQL in my linux server. I have installed ZpopyDA to my zope installation. but when I run the server I get the following error. help me. what else I have to do. kindly give the necessary links. thanks in advance. ZPoPyDA Import Traceback Traceback (innermost last): File "/Zope-2.2.5-linux2-x86/lib/python/OFS/Application.py", line 397, in import_products product=__import__(pname, global_dict, global_dict, silly) File "/Zope-2.2.5-linux2-x86/lib/python/Products/ZPoPyDA/__init__.py", line 32, in ? import sys, os, Globals, DA File "/Zope-2.2.5-linux2-x86/lib/python/Products/ZPoPyDA/DA.py", line 35, in ? from PoPy_db import DB File "/Zope-2.2.5-linux2-x86/lib/python/Products/ZPoPyDA/PoPy_db.py", line 35, in ? raise "The PoPy module is not installed" The PoPy module is not installed
On Tue, 23 Jan 2001, K H Subrahmanyan wrote:
I have installed postgre SQL in my linux server. I have installed ZpopyDA to my zope installation.
but when I run the server I get the following error.
ZPoPyDA Import Traceback raise "The PoPy module is not installed" The PoPy module is not installed
This is very clear. You don't have installed the PoPy module PoPy is needed by ZPoPyDA PoPy is the layer between PostgreSQL and ZPoPyDA: PostgreSQL <--> PoPy <--> ZPoPyDA <--> Zope hoping this will help bye, Jerome Alet
but where can I get Popy and how to install it. kindly give the links. thanks .... -----Original Message----- .... From: Jerome Alet [mailto:alet@unice.fr] .... Sent: Tuesday, January 23, 2001 6:22 PM .... To: K H Subrahmanyan .... Cc: zope@zope.org .... Subject: Re: [zope] : Postgre installation problem .... .... .... On Tue, 23 Jan 2001, K H Subrahmanyan wrote: .... .... > I have installed postgre SQL in my linux server. .... > I have installed ZpopyDA to my zope installation. .... > .... > but when I run the server I get the following error. .... > .... > ZPoPyDA Import Traceback .... > raise "The PoPy module is not installed" .... > The PoPy module is not installed .... .... This is very clear. .... .... You don't have installed the PoPy module .... .... PoPy is needed by ZPoPyDA .... .... PoPy is the layer between PostgreSQL and ZPoPyDA: .... .... PostgreSQL <--> PoPy <--> ZPoPyDA <--> Zope .... .... hoping this will help .... .... bye, .... Jerome Alet ....
There have been many threads on this issue in the past. Search http://www.zope.org/Resources/MailingLists for PoPy for more info. seb * K H Subrahmanyan <subrahmanyan.kalathur@wipro.com> [010124 03:26]:
but where can I get Popy and how to install it. kindly give the links. thanks
On Wed, Jan 24, 2001 at 08:36:00AM +0530, K H Subrahmanyan wrote:
but where can I get Popy and how to install it. kindly give the links. thanks
PoPy is available from www.sourceforge.net/projects/popy zpopyda is available from www.sourceforge.net/projects/zpopyda installation of popy is in principle very easy and in practice a bit tricky. General instructions are: unpack it, run ./configure, make, make install. The make install is the tricky portion. It needs to go into a directory where the python Zope is using can find it. And that varies depending on where you got your zope from and which distribution you are using. Also, make sure that postgres-dev is installed. Some header files are needed.
.... -----Original Message----- .... From: Jerome Alet [mailto:alet@unice.fr] .... Sent: Tuesday, January 23, 2001 6:22 PM .... To: K H Subrahmanyan .... Cc: zope@zope.org .... Subject: Re: [zope] : Postgre installation problem .... .... .... On Tue, 23 Jan 2001, K H Subrahmanyan wrote: .... .... > I have installed postgre SQL in my linux server. .... > I have installed ZpopyDA to my zope installation. .... > .... > but when I run the server I get the following error. .... > .... > ZPoPyDA Import Traceback .... > raise "The PoPy module is not installed" .... > The PoPy module is not installed .... .... This is very clear. .... .... You don't have installed the PoPy module .... .... PoPy is needed by ZPoPyDA .... .... PoPy is the layer between PostgreSQL and ZPoPyDA: .... .... PostgreSQL <--> PoPy <--> ZPoPyDA <--> Zope .... .... hoping this will help .... .... bye, .... Jerome Alet ....
_______________________________________________ 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 )
participants (4)
-
Jerome Alet -
jpennyï¼ universal-fasteners.com -
K H Subrahmanyan -
seb bacon