Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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
  • The source download has the following folder called python (amongst many others) - how do I use it?

enter image description here

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 :)

like image 800
Jonathan Livni Avatar asked Jan 19 '23 15:01

Jonathan Livni


1 Answers

http://www.lfd.uci.edu/~gohlke/pythonlibs/#quickfix

like image 91
cgohlke Avatar answered Jan 29 '23 08:01

cgohlke