Hi Paul, I'm guessing you think I need to distribute a Python
application? The problem at hand is embedding Python into our existing
*C++* application, so we can write parts of it in Python.
Arve
On Jan 25, 2008 12:45 PM, Paul Koning <[EMAIL PROTECTED]> wrote:
> We've done that by using py2exe to
Hi Tim
On Jan 25, 2008 7:12 PM, Tim Roberts <[EMAIL PROTECTED]> wrote:
>
> Arve Knudsen wrote:
> > We're planning to embed Python in our application, which mainly runs
> > on Windows. To avoid dependencies, we want to bundle Python. Do any of
> > you know of any resources on the Web describing bes