[Quickfix-users] Quickfix python configuration
Brought to you by:
orenmnero
From: Jason B. <jas...@ma...> - 2009-03-06 13:03:49
|
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 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 *' 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 |