[Zope] ZPyGreSQLDA and Zope 2.3.0

Tom Jenkins TJenkins@DevIS.com
Tue, 13 Feb 2001 12:16:44 -0500


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C095E0.BD704B80
Content-Type: text/plain;
	charset="iso-8859-1"

Shot in the dark, but you may not have the postgres devel files installed.
I know that the zPyGreSQLDA needs some files from that group.
 
HTH
 

--------------------------------------------
Tom Jenkins                       |<xml>Its
devIS - Development InfoStructure |all you
703.525.6485   tjenkins@devis.com |need it
http://www.devis.com <http://www.devis.com/>               |to be</xml>
  

-----Original Message-----
From: Bertrand [mailto:bib@artamis.org]
Sent: Tuesday, February 13, 2001 12:27 PM
To: zope@zope.org
Subject: [Zope] ZPyGreSQLDA and Zope 2.3.0


Hello, 
I'm coite a Zope as well as a Postgres newbi and have absolute no knoledges
about Python. 
After having installed Zope on a Slackware-current (i.e: pre-7.2) without
problem, 
I could not set ZPyGreSQLDA correctly. 

On the "Product" list, ZPyGreSQLDA status as "brocken" 


Wenn trying to make a new connection, i get following message: 
  


Traceback (innermost last): 
  File "/usr/local/Zope-2.3.0/lib/python/OFS/Application.py", line 530, in
import_products 
    product=__import__(pname, global_dict, global_dict, silly) 
  File "/usr/local/Zope-2.3.0/lib/python/Products/ZPyGreSQLDA/__init__.py",
line 89, in ? 
    import sys, os, Globals, DA 
  File "/usr/local/Zope-2.3.0/lib/python/Products/ZPyGreSQLDA/DA.py", line
91, in ? 
    from db import DB 
  File "/usr/local/Zope-2.3.0/lib/python/Products/ZPyGreSQLDA/db.py", line
89, in ? 
    import _pg, regex, sys, types 
ImportError:
/usr/local/Zope-2.3.0/lib/python/Products/ZPyGreSQLDA/_pgmodule.so:
undefined symbol: PyObject_Init 
  


May somebody help me in order to workaround this problem ? 
Many thanks in advance 


Kindest regards 


Bertrand Habib 
  _______________________________________________ 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 )


------_=_NextPart_001_01C095E0.BD704B80
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">


<META content=3D"MSHTML 5.50.4522.1800" name=3DGENERATOR></HEAD>
<BODY>
<DIV><SPAN class=3D517222617-13022001><FONT face=3DArial =
color=3D#0000ff size=3D2>Shot=20
in the dark, but you may not have the postgres devel files =
installed.&nbsp; I=20
know that the zPyGreSQLDA needs some files from that =
group.</FONT></SPAN></DIV>
<DIV><SPAN class=3D517222617-13022001><FONT face=3DArial =
color=3D#0000ff=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D517222617-13022001><FONT face=3DArial =
color=3D#0000ff=20
size=3D2>HTH</FONT></SPAN></DIV>
<DIV><FONT face=3DArial color=3D#0000ff size=3D2></FONT>&nbsp;</DIV>
<P><FONT size=3D2>--------------------------------------------<BR>Tom=20
Jenkins&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
|&lt;xml&gt;Its<BR>devIS - Development InfoStructure |all=20
you<BR>703.525.6485&nbsp;&nbsp; tjenkins@devis.com |need it<BR><A =
target=3D_blank=20
href=3D"http://www.devis.com/">http://www.devis.com</A>&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
|to be&lt;/xml&gt;<BR>&nbsp;</FONT> </P>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px =
solid; MARGIN-RIGHT: 0px">
  <DIV class=3DOutlookMessageHeader dir=3Dltr align=3Dleft><FONT =
face=3DTahoma=20
  size=3D2>-----Original Message-----<BR><B>From:</B> Bertrand=20
  [mailto:bib@artamis.org]<BR><B>Sent:</B> Tuesday, February 13, 2001 =
12:27=20
  PM<BR><B>To:</B> zope@zope.org<BR><B>Subject:</B> [Zope] ZPyGreSQLDA =
and Zope=20
  2.3.0<BR><BR></FONT></DIV>Hello, <BR>I'm coite a Zope as well as a =
Postgres=20
  newbi and have absolute no knoledges about Python. <BR>After having =
installed=20
  Zope on a Slackware-current (i.e:&nbsp;pre-7.2) without problem, =
<BR>I could=20
  not set ZPyGreSQLDA correctly.=20
  <P>On the "Product" list, ZPyGreSQLDA&nbsp;status as "brocken"=20
  <P>Wenn trying to make a new connection, i get following message:=20
  <BR>&nbsp;<TT></TT>=20
  <P><TT>Traceback (innermost last):</TT> <BR><TT>&nbsp; File=20
  "/usr/local/Zope-2.3.0/lib/python/OFS/Application.py", line 530, in=20
  import_products</TT> <BR><TT>&nbsp;&nbsp;&nbsp; =
product=3D__import__(pname,=20
  global_dict, global_dict, silly)</TT> <BR><TT>&nbsp; File=20
  "/usr/local/Zope-2.3.0/lib/python/Products/ZPyGreSQLDA/__init__.py", =
line 89,=20
  in ?</TT> <BR><TT>&nbsp;&nbsp;&nbsp; import sys, os, Globals, DA</TT> =

  <BR><TT>&nbsp; File=20
  "/usr/local/Zope-2.3.0/lib/python/Products/ZPyGreSQLDA/DA.py", line =
91, in=20
  ?</TT> <BR><TT>&nbsp;&nbsp;&nbsp; from db import DB</TT> =
<BR><TT>&nbsp; File=20
  "/usr/local/Zope-2.3.0/lib/python/Products/ZPyGreSQLDA/db.py", line =
89, in=20
  ?</TT> <BR><TT>&nbsp;&nbsp;&nbsp; import _pg, regex, sys, types</TT>=20
  <BR><TT>ImportError:=20
  /usr/local/Zope-2.3.0/lib/python/Products/ZPyGreSQLDA/_pgmodule.so: =
undefined=20
  symbol: PyObject_Init</TT> <BR><TT></TT>&nbsp;<TT></TT>=20
  <P><TT>May somebody help me in order to workaround this problem =
?</TT>=20
  <BR><TT>Many thanks in advance</TT><TT></TT>=20
  <P><TT>Kindest regards</TT><TT></TT>=20
  <P><TT>Bertrand Habib</TT> <BR><TT></TT>&nbsp;=20
  _______________________________________________ Zope maillist - =
Zope@zope.org=20
  http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML =

  encoding! ** (Related lists -=20
  http://lists.zope.org/mailman/listinfo/zope-announce=20
  http://lists.zope.org/mailman/listinfo/zope-dev =
)</P></BLOCKQUOTE></BODY></HTML>

------_=_NextPart_001_01C095E0.BD704B80--