[python-win32] building a complicated Python application on Windows

Bill Janssen janssen at parc.com
Wed Dec 16 12:54:40 EST 2015


I'd like to build a Python-based deliverable for Windows.  It includes
many gnarly packages, like numpy, scipy, statsmodel, ggplot, kivy, ZODB,
ZEO, etc.  They include Cython modules (and scipy may even require
Fortran, for all I know).

On OS X, I build this all from source by starting with Kivy, which is
packaged as a venv inside an OS X application, and add in the other
stuff.  But I'm not sure this is the best way to proceed on Windows (7,
8, and 10).  I'm also used to using mingw on Windows, but again, I'm
not sure that's appropriate.

Any advice would be appreciated...

Bill


More information about the python-win32 mailing list