Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
QuickFix包括 Python 的绑定。如何安装 QuickFix 以便import quickfix在 Windows 上使用 Python?
import quickfix
easy_install quickfix
setup.py
更没有希望的是二进制下载,它有一个.lib文件和一个包含所有头文件的包含文件夹。
.lib
请不要假设有关 makefile 或 swig 的知识 :)
http://www.lfd.uci.edu/~gohlke/pythonlibs/#quickfix
我没有看到任何 Windows 项目文件,并且 SWIG 暗示要编译一些本机(即 C/C++)代码。很有可能这根本无法在 Windows 下工作,但如果让这个工作真的很重要,你可以尝试 Cygwin。