How to install a Swig enabled Python extension (QuickFix)
QuickFix includes bindings for Python. How do I install QuickFix so that I can import quickfix
in Python on Windows?
easy_install quickfix
doesn't work- both binary and source downloads don't include
setup.py
- T开发者_开发百科he source download has the following folder called python (amongst many others) - how do I use it?
Even less promising is the binary download which has a .lib
file and an include folder with all the header files.
Please don't assume knowledge about makefiles or swig :)
http://www.lfd.uci.edu/~gohlke/pythonlibs/#quickfix
I don't see any Windows project files, and SWIG implies that there is some native (i.e. C/C++) code to be compiled. Odds are fairly good that this simply won't work under Windows, although you may try Cygwin if it's really important to get this working.
精彩评论