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

Libor Vasa lvasa at kiv.zcu.cz
Mon Feb 27 19:37:38 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).

I don't understand how py2exe can help, I don't need to convert a script into an
executable, I need to deploy an executable, that uses Python/C API, and depends
not only on Python, but also on some other packages (say Numeric).




More information about the Cplusplus-sig mailing list