Re: [Quickfix-developers] Fwd: QuickFIX Python and Twisted
Brought to you by:
orenmnero
|
From: Robert P. <rob...@gm...> - 2006-11-16 01:14:58
|
I've been regenerating QuickfixPython.cpp from the quickfix.i with swig 1.3.29 at each stage. Is this the version you're using? On 11/15/06, Oren Miller <or...@qu...> wrote: > That's my fault. I checked in a file that had some of the manual > threading changes I had started on. I removed all that stuff and it > seems to work here. Can you do another update and try again? > > --oren > > On Nov 15, 2006, at 6:34 PM, Robert Parrott wrote: > > > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ > > html/index.html > > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > Unfortunately, I'm finding that after this change, the initiator > > thread doesn't even start when Initiator.start() is called in python. > > Reverting back to the interface generated without the -threads option > > generates a library that runs the initiator thread. > > > > Oh well, no magic bullet here, it seems. > > |