Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ping Liu Newsgroups: comp.lang.python Subject: Python compiling with third party tools Date: Fri, 25 Dec 2015 08:49:27 -0800 Lines: 10 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de BcjpPVlCL38Xgm2gr0UHLwjaIKnTuIZKFMpTJItfkXcw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'purpose.': 0.07; 'ping': 0.09; 'subject:tools': 0.09; 'python': 0.10; 'itself.': 0.11; 'received:io': 0.16; 'received:psf.io': 0.16; 'solver': 0.16; 'subject:party': 0.16; 'code,': 0.23; 'interfaces': 0.23; 'install': 0.25; 'appreciated.': 0.27; 'sponsor': 0.27; 'message-id:@mail.gmail.com': 0.27; 'developing': 0.28; 'interface': 0.29; 'asks': 0.29; 'anyone': 0.32; 'source': 0.33; 'third': 0.33; 'wrap': 0.33; 'open': 0.33; 'this?': 0.34; 'list': 0.34; 'advice': 0.35; 'received:google.com': 0.35; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'received:209.85.213': 0.37; 'received:209': 0.38; 'does': 0.39; 'to:addr:python.org': 0.40; 'subject:with': 0.40; 'software': 0.40; 'subject:third': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=4NL9K8KOWUmC6ZdLNsMZsZQ1pM1e1eq1dcEjvJDv6Hc=; b=mYcZKpFMROPnA8Phhc2EB6JIZrsL/70vrKG2D69eBGy31Nl2RQ+agBEPN0rsS9w/MV PiJPwErdsZ7kcbPqWnwKeS/QZQQ0ClWPvJNg0qnYCfhHQht3VfMjOYhRxFPjakvsavDc 0JigtmC7x6MuUI7uKP2y3bdedW+F+S31lWppckB7ZGSjuNcHrGsvgkHpYo5/XPybYjSa DnOHuEafzoshuuRx7DJ1LyhiLvKL+9bpx4Qx/qCDXLkyRRhc0BwfG1htu1xVnOlYquQf EvLqvCJvJppN4SpL8+GcaaakkJVlS8IvuOfYj8Hau9+MMeW8V76wU4RDrmdUEUcI/n7I pJTw== X-Received: by 10.50.150.99 with SMTP id uh3mr32894355igb.1.1451062167303; Fri, 25 Dec 2015 08:49:27 -0800 (PST) X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:100857 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