SWIG and Python incompatibilities?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • adsheehan@eircom.net

    SWIG and Python incompatibilities?

    Hi all,

    Has anyone experienced issues incompatible versions of the above?
    On solaris, we are experiencing suspect crashes & memory leaks?


    How do I determine which versions are proven to be
    compatible/incompatible etc?

    Thanks for helping.

    Alan

  • Steve Juranich

    #2
    Re: SWIG and Python incompatibiliti es?

    On 5 May 2005 07:19:34 -0700, adsheehan@eirco m.net <adsheehan@eirc om.net> wrote:[color=blue]
    > Hi all,
    >
    > Has anyone experienced issues incompatible versions of the above?
    > On solaris, we are experiencing suspect crashes & memory leaks?
    >
    > How do I determine which versions are proven to be
    > compatible/incompatible etc?[/color]

    We've used Swig 1.3.21 with a couple version of Python now (2.3.3,
    2.3.4, 2.4, and now 2.4.1) without any problems. You might want to
    take a look at the code that Swig generates to see if that's really
    where your problems are coming from.

    Good luck.
    --
    Steve Juranich
    Tucson, AZ
    USA

    Comment

    • adsheehan@eircom.net

      #3
      Re: SWIG and Python incompatibiliti es?

      Thanks Steve! appreciate the response.

      Comment

      Working...