Re: Python as an extension language

2006-03-07 Thread Terry Hancock
On Mon, 06 Mar 2006 12:20:32 +0100 Torsten Bronger <[EMAIL PROTECTED]> wrote: > Sybren Stuvel <[EMAIL PROTECTED]> > writes: > > Torsten Bronger enlightened us with: > >> I already know how to do that in principle. My only > >concern is > distributing the thing, especially for the > >Windows platfo

Re: Python as an extension language

2006-03-06 Thread James Stroud
Torsten Bronger wrote: > Hallöchen! > > Sybren Stuvel <[EMAIL PROTECTED]> writes: > > >>Torsten Bronger enlightened us with: >> >> >>>I already know how to do that in principle. My only concern is >>>distributing the thing, especially for the Windows platform. >> >>Check out distutils and py2ex

Re: Python as an extension language

2006-03-06 Thread Miki Tebeka
Hello Torsten, > I'd like to use Python as an extension language for a C++ program. > I.e., the user starts my program and gives a python script, either > by file name or via stdin. The python script triggers a couple of > function calls within the C++ program, and afterwards my program > exits.

Re: Python as an extension language

2006-03-06 Thread Torsten Bronger
Hallöchen! Sybren Stuvel <[EMAIL PROTECTED]> writes: > Torsten Bronger enlightened us with: > >> I already know how to do that in principle. My only concern is >> distributing the thing, especially for the Windows platform. > > Check out distutils and py2exe. I know that py2exe can convert a Py

Re: Python as an extension language

2006-03-06 Thread Sybren Stuvel
Torsten Bronger enlightened us with: > I already know how to do that in principle. My only concern is > distributing the thing, especially for the Windows platform. Check out distutils and py2exe. Sybren -- The problem with the world is stupidity. Not saying there should be a capital punishment