Re: Swig and Python

2005-10-04 Thread Steve Juranich
On 4 Oct 2005 05:46:27 -0700, Java and Swing <[EMAIL PROTECTED]> wrote: > ...Ok, so I have a couple questions. > 1) How would I call MakeDigits from python? In the C code I would > normally have something like... > MY_DIGIT tmp[10]; > MakeDigits(tmp); How I usually do this is to

Re: SWIG and Python incompatibilities?

2005-05-05 Thread adsheehan
Thanks Steve! appreciate the response. -- http://mail.python.org/mailman/listinfo/python-list

Re: SWIG and Python incompatibilities?

2005-05-05 Thread Steve Juranich
On 5 May 2005 07:19:34 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > 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/incompat