Re: SWIG + expy

2010-04-27 Thread Stefan Behnel
Yingjie Lan, 28.04.2010 05:53: From: Stefan Behnel Yingjie Lan, 27.04.2010 08:30: Is it possible to use SWIG to parse C/C++, and provide an interface for me to generate some code? I thought it might be good to have SWIG help generate expy files, then generate the python extension via expy.

Re: SWIG + expy

2010-04-27 Thread Yingjie Lan
> From: Stefan Behnel > Subject: Re: SWIG + expy > To: python-list@python.org > Date: Tuesday, April 27, 2010, 11:57 AM > Yingjie Lan, 27.04.2010 08:30: > > Is it possible to use SWIG to parse C/C++, and provide > an interface for > > me to generate some code? I thou

Re: SWIG + expy

2010-04-27 Thread Stefan Behnel
Yingjie Lan, 27.04.2010 08:30: Is it possible to use SWIG to parse C/C++, and provide an interface for me to generate some code? I thought it might be good to have SWIG help generate expy files, then generate the python extension via expy. There have been similar discussions on the Cython maili