Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #100857 > unrolled thread

Python compiling with third party tools

Started byPing Liu <yanzhipingliu@gmail.com>
First post2015-12-25 08:49 -0800
Last post2015-12-25 08:49 -0800
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Python compiling with third party tools Ping Liu <yanzhipingliu@gmail.com> - 2015-12-25 08:49 -0800

#100857 — Python compiling with third party tools

FromPing Liu <yanzhipingliu@gmail.com>
Date2015-12-25 08:49 -0800
SubjectPython compiling with third party tools
Message-ID<mailman.7.1451062169.11925.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web