INFORMIX & Python/ZOPE

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • webmaster@ac-strasbourg.fr

    INFORMIX & Python/ZOPE

    Hi,

    I'm desperatly trying to use Kinfxdb, but I have numerous segmentation
    faults, who lead my Zope to crash. It mostly occurs when I try to work
    with "date" fields (with an Informix Online database).
    I got it here : http://zope.org/Members/papa/
    I'm running a RH7.3 Server, with the latest Informix SDK available on
    IBM website.

    Any idea ?

    Is there another free solution to connect Zope/Python and Informix ?
    I've also tried informixdb but it doesn't work that great.

    By the way, is there a way to get rid of setting the INFORMIXSERVER as
    en ENV variable ? It could be useful to use several servers at a time.

    Many thanks for any kind of help !
  • Josef Meile

    #2
    Re: INFORMIX & Python/ZOPE

    Perhaps you should try to ask on the zope mailing list:


    Ah, and don't forget to post the complete traceback. Without
    it, it's almost impossible that somebody helps you.

    Regards,
    Josef

    <webmaster@ac-strasbourg.fr> wrote in message
    news:92c875f.04 02170828.46efe6 05@posting.goog le.com...[color=blue]
    > Hi,
    >
    > I'm desperatly trying to use Kinfxdb, but I have numerous segmentation
    > faults, who lead my Zope to crash. It mostly occurs when I try to work
    > with "date" fields (with an Informix Online database).
    > I got it here : http://zope.org/Members/papa/
    > I'm running a RH7.3 Server, with the latest Informix SDK available on
    > IBM website.
    >
    > Any idea ?
    >
    > Is there another free solution to connect Zope/Python and Informix ?
    > I've also tried informixdb but it doesn't work that great.
    >
    > By the way, is there a way to get rid of setting the INFORMIXSERVER as
    > en ENV variable ? It could be useful to use several servers at a time.
    >
    > Many thanks for any kind of help ![/color]


    Comment

    • webmaster@ac-strasbourg.fr

      #3
      Re: INFORMIX &amp; Python/ZOPE

      I'd love to post a traceback, but I can't because my ZOPE instance
      "freezes" and is unable to log anything, I have to kill it.

      I've also tried to import the generated .so module in pyhton programs
      (command line), in order to use it directly. The ZOPE problems I
      experience become segmentation faults in the Python standalone program
      (same request, same dd and same server of course), always involving
      date or date/time fields.

      "Josef Meile" <jmeile@hotmail .com> wrote in message news:<40350a45$ 1@pfaff2.ethz.c h>...[color=blue]
      > Perhaps you should try to ask on the zope mailing list:
      > http://mail.zope.org/mailman/listinfo/zope
      >
      > Ah, and don't forget to post the complete traceback. Without
      > it, it's almost impossible that somebody helps you.
      >
      > Regards,
      > Josef
      >
      > <webmaster@ac-strasbourg.fr> wrote in message
      > news:92c875f.04 02170828.46efe6 05@posting.goog le.com...[color=green]
      > > Hi,
      > >
      > > I'm desperatly trying to use Kinfxdb, but I have numerous segmentation
      > > faults, who lead my Zope to crash. It mostly occurs when I try to work
      > > with "date" fields (with an Informix Online database).
      > > I got it here : http://zope.org/Members/papa/
      > > I'm running a RH7.3 Server, with the latest Informix SDK available on
      > > IBM website.
      > >
      > > Any idea ?
      > >
      > > Is there another free solution to connect Zope/Python and Informix ?
      > > I've also tried informixdb but it doesn't work that great.
      > >
      > > By the way, is there a way to get rid of setting the INFORMIXSERVER as
      > > en ENV variable ? It could be useful to use several servers at a time.
      > >
      > > Many thanks for any kind of help ![/color][/color]

      Comment

      • Josef Meile

        #4
        Re: INFORMIX &amp; Python/ZOPE

        webmaster@ac-strasbourg.fr wrote:[color=blue]
        > I'd love to post a traceback, but I can't because my ZOPE instance
        > "freezes" and is unable to log anything, I have to kill it.[/color]
        Did you activate the external log of zope? If not, I think there is
        a help file under %YourZope/Doc, which says how to activate it.

        Comment

        • Josef Meile

          #5
          Re: INFORMIX &amp; Python/ZOPE

          webmaster@ac-strasbourg.fr wrote:[color=blue]
          > I'd love to post a traceback, but I can't because my ZOPE instance
          > "freezes" and is unable to log anything, I have to kill it.
          >
          > I've also tried to import the generated .so module in pyhton programs
          > (command line), in order to use it directly. The ZOPE problems I
          > experience become segmentation faults in the Python standalone program
          > (same request, same dd and same server of course), always involving
          > date or date/time fields.
          >
          > "Josef Meile" <jmeile@hotmail .com> wrote in message news:<40350a45$ 1@pfaff2.ethz.c h>...
          >[color=green]
          >>Perhaps you should try to ask on the zope mailing list:
          >>http://mail.zope.org/mailman/listinfo/zope
          >>
          >>Ah, and don't forget to post the complete traceback. Without
          >>it, it's almost impossible that somebody helps you.
          >>
          >>Regards,
          >>Josef
          >>
          >><webmaster@ ac-strasbourg.fr> wrote in message
          >>news:92c875f. 0402170828.46ef e605@posting.go ogle.com...
          >>[color=darkred]
          >>>Hi,
          >>>
          >>>I'm desperatly trying to use Kinfxdb, but I have numerous segmentation
          >>>faults, who lead my Zope to crash. It mostly occurs when I try to work
          >>>with "date" fields (with an Informix Online database).
          >>>I got it here : http://zope.org/Members/papa/
          >>>I'm running a RH7.3 Server, with the latest Informix SDK available on
          >>>IBM website.
          >>>
          >>>Any idea ?
          >>>
          >>>Is there another free solution to connect Zope/Python and Informix ?
          >>>I've also tried informixdb but it doesn't work that great.
          >>>
          >>>By the way, is there a way to get rid of setting the INFORMIXSERVER as
          >>>en ENV variable ? It could be useful to use several servers at a time.
          >>>
          >>>Many thanks for any kind of help ![/color][/color][/color]
          Perhaps some of my bookmarks could help you:






          Regards,
          Josef

          Comment

          Working...