Re: SWIG (Python) - "no constructor defined" for concrete class

2008-04-21 Thread Paul Melis
Stodge wrote: > Yet another SWIG question (YASQ!). > > I'm having a problem with using an abstract base class. When > generating the Python bindings, SWIG thinks that all the concrete > classes that derive from this abstract class are abstract too and > won't create the correct constructor. > > A

SWIG (Python) - "no constructor defined" for concrete class

2008-04-18 Thread Stodge
Yet another SWIG question (YASQ!). I'm having a problem with using an abstract base class. When generating the Python bindings, SWIG thinks that all the concrete classes that derive from this abstract class are abstract too and won't create the correct constructor. Abstract class: [source lang="