Re: [capi-sig] Deploying embedded Python

2007-12-20 Thread Jeff Rush
Andreas Raab wrote: > > 1) How to define a useful subset of the stdlib that can serve as an > initial basis for the installation but later allows upgrade to the > "full" library if desirable. There is no formal way of doing this, although you could at least start with the full library and remov

Re: Deploying embedded Python

2007-12-17 Thread Andreas Raab
Graham Dumpleton wrote: >> 2) How to isolate the embedded interpreter from environmental effects. I >> have found that on occasion, the interpreter would pick up "stray" >> installations which can cause weird problems. Which environmental >> settings affect the startup of an embedded Python interpr

Re: Deploying embedded Python

2007-12-17 Thread Graham Dumpleton
On Dec 18, 11:07 am, Andreas Raab <[EMAIL PROTECTED]> wrote: > Hi - > > I'm currently looking into a few deployment issues with our embedded > Python interpreter and I'm looking for any information about deploying > embedded Python that people may have. Sp

Deploying embedded Python

2007-12-17 Thread Andreas Raab
Hi - I'm currently looking into a few deployment issues with our embedded Python interpreter and I'm looking for any information about deploying embedded Python that people may have. Specifically, I'm looking for the following information: 1) How to define a useful subset of