Python compiling with third party tools

Ping Liu yanzhipingliu at gmail.com
Fri Dec 25 11:49:27 EST 2015


I am developing an open source software for optimization purpose. We have
interface to a list of solvers or solver interfaces like Openopt, Cylp,
GLPK, CBC, SCip, Cplex, etc. Now the sponsor asks us to compile the python
code, and wrap all the third party tools with it so that they do not need
to install any of those tools or even python itself. Does anyone know how
to do this?

Any advice is appreciated.

Ping



More information about the Python-list mailing list