Re: [Quickfix-developers] Quickfix python configuration
Brought to you by:
orenmnero
From: aonlazio <aon...@fo...> - 2009-03-31 08:10:31
|
Hi, I am also facing the same problem. Seem like it has something to do with SWIG, the tool to make extension of python from c++. However, I still do not know how to use it. You have any update? Aonlazio Jason Bowsher wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > Hi All I would like to test quickfix with python. However the > quickfix.py file will not run as it complains: import _quickfix > > ImportError: No module named _quickfix > > I ssume that this is becuase it can not find _quickfix.pyd. I see this > is not in the compiled release and that it is necessary to compile > QuickfixPython.cpp to create it. > > However I find this will not compile on Visual Studio as it can not find > the config.h file. If I create the config.h containing for example > > #define HAVE_MSSQL 1 > > The project will still not install, having many errors such as: > > error C2440: 'initializing' : cannot convert from 'const char *' to 'char > *' > > If I try and use the automake in Cygwin it syas can not find > configuation.in for example. > > Does anyone have a precompiled ~_quickfix.pyd or are there any documents > on how to create it assuming my assumptions above are correct. > > Jason > > > -- Be Yourself @ mail.com! > Choose From 200+ Email Addresses > Get a Free Account at www.mail.com! > -- Be Yourself @ mail.com! > Choose From 200+ Email Addresses > Get a Free Account at www.mail.com! > > -- > Be Yourself @ mail.com! > Choose From 200+ Email Addresses > Get a Free Account at www.mail.com > > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, > CA > -OSBC tackles the biggest issue in open source: Open Sourcing the > Enterprise > -Strategies to boost innovation and cut costs with open source > participation > -Receive a $600 discount off the registration fee with the source code: > SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > -- View this message in context: http://www.nabble.com/Quickfix-python-configuration-tp22412913p22764960.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |