[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: warn message in log summary
On Friday 07 December 2007, Lisandro Dalcin wrote:
> On 12/7/07, Matthew Knepley <knepley@xxxxxxxxx> wrote:
> > On Dec 7, 2007 9:18 AM, Barry Smith <bsmith@xxxxxxxxxxx> wrote:
> > However, Python objects
> > do not play well with C++ objects (which has given us a lot of grief in
> > the PyLith project).
>
> Could you coment briefly the kind of problems you had in the context of
> PyLith?
The main problem is that we chose Pyrex to do the bindings instead of SWIG.
Pyrex is based on C, not C++ so we had to wrap the C++ code in C for Pyrex.
Using Pyrex was a mistake. We plan to switch to SWIG in the next few months.
Brad