Re: [python-win32] Embedding/bundling Python, best practices?

2008-01-27 Thread Arve Knudsen
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

Re: [python-win32] Embedding/bundling Python, best practices?

2008-01-27 Thread Arve Knudsen
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