On 14 Mar, 02:08, Aaron Brady wrote:
> On Mar 13, 5:42 pm, Matteo wrote:
>
>
>
> > On 13 Mar, 22:35, Aaron Brady wrote:
>
> > > On Mar 13, 1:34 pm, Matteo wrote:
>
> > > > hmmm... looks like SWIG has a problem with double pointers. I googled
> > > > around a bit and found:
>
> > > >http://osdir
On Mar 13, 5:42 pm, Matteo wrote:
> On 13 Mar, 22:35, Aaron Brady wrote:
>
>
>
> > On Mar 13, 1:34 pm, Matteo wrote:
>
> > > hmmm... looks like SWIG has a problem with double pointers. I googled
> > > around a bit and found:
>
> > >http://osdir.com/ml/programming.swig/2003-02/msg00029.html
>
> >
On 13 Mar, 22:35, Aaron Brady wrote:
> On Mar 13, 1:34 pm, Matteo wrote:
>
> > hmmm... looks like SWIG has a problem with double pointers. I googled
> > around a bit and found:
>
> >http://osdir.com/ml/programming.swig/2003-02/msg00029.html
>
> > anyone knows how to write a small wrapper to do th
On Mar 13, 1:34 pm, Matteo wrote:
> hmmm... looks like SWIG has a problem with double pointers. I googled
> around a bit and found:
>
> http://osdir.com/ml/programming.swig/2003-02/msg00029.html
>
> anyone knows how to write a small wrapper to do the appropriate
> dereferencing?
'ctypes' may be a
On Mar 13, 1:34 pm, Matteo wrote:
> hmmm... looks like SWIG has a problem with double pointers. I googled
> around a bit and found:
>
> http://osdir.com/ml/programming.swig/2003-02/msg00029.html
>
> anyone knows how to write a small wrapper to do the appropriate
> dereferencing?
If you can't sol
hmmm... looks like SWIG has a problem with double pointers. I googled
around a bit and found:
http://osdir.com/ml/programming.swig/2003-02/msg00029.html
anyone knows how to write a small wrapper to do the appropriate
dereferencing?
--
http://mail.python.org/mailman/listinfo/python-list
On 13 Mar, 18:19, Aaron Brady wrote:
> On Mar 13, 12:03 pm, Matteo wrote:
>
>
>
> > Hi all,
>
> > I wrote a few c++ classes for some data analysis on a physics
> > esperiment. Now I want to glue the lot with Python, so I built the
> > necessary wrap code with SWIG and compiled the library with Di
On Mar 13, 12:03 pm, Matteo wrote:
> Hi all,
>
> I wrote a few c++ classes for some data analysis on a physics
> esperiment. Now I want to glue the lot with Python, so I built the
> necessary wrap code with SWIG and compiled the library with Distutils.
> All is fine, I can import the module and cl
Hi all,
I wrote a few c++ classes for some data analysis on a physics
esperiment. Now I want to glue the lot with Python, so I built the
necessary wrap code with SWIG and compiled the library with Distutils.
All is fine, I can import the module and classes work as expected...
...but for one thing