Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100857 > unrolled thread
| Started by | Ping Liu <yanzhipingliu@gmail.com> |
|---|---|
| First post | 2015-12-25 08:49 -0800 |
| Last post | 2015-12-25 08:49 -0800 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Python compiling with third party tools Ping Liu <yanzhipingliu@gmail.com> - 2015-12-25 08:49 -0800
| From | Ping Liu <yanzhipingliu@gmail.com> |
|---|---|
| Date | 2015-12-25 08:49 -0800 |
| Subject | Python 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
Back to top | Article view | comp.lang.python
csiph-web