开发者

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?

How to install a Swig enabled Python extension (QuickFix)

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜