[Quickfix-users] python binding - class inheriting from quickfix.Application cannot have a construc
Brought to you by:
orenmnero
From: George C. <geo...@qu...> - 2010-10-09 01:23:28
|
When I create a constructor in my application, I get an error from swig when I try to pass my app class to the initiator or acceptor constructor: NotImplementedError: Wrong number of arguments This goes away when I comment out my constructor. Any ideas on what might cause this behavior? I know from looking at a previous thread concerning this error that SWIG reports this erro when the type or the number of args is wrong, but I fail to see how a constructor would confuse the swig layer like that. Any ideas on why this would happen? I am running v 1.13 on ubuntu linux 10.04, v 2.6 of python. |