[C++-sig] deploying embedded python with additional package

Nat Goodspeed ngoodspeed at solidworks.com
Mon Feb 27 19:21:23 CET 2006


> -----Original Message-----
> From: c++-sig-bounces at python.org [mailto:c++-sig-bounces at python.org]
On
> Behalf Of Libor Vasa
> Sent: Monday, February 27, 2006 12:43 PM
> To: c++-sig at python.org
> Subject: [C++-sig] deploying embedded python with additional package
> 
> I'm trying to build a C++ application that embedds Python and uses
some
> Python
> package, that was installed to the system separately. Everything works
> fine on
> my machine, but I'm having difficulties deploying it elsewhere. I
don't
> want to
> install neither python nor the additional library on the target
machines,
> is
> there any way to do that?

[Nat] On a Windows machine, try using py2exe (http://www.py2exe.org/).

On a Mac, try using py2app (http://undefined.org/python/py2app.html). 



More information about the Cplusplus-sig mailing list