Re: Using Python To Launch Python

2008-07-15 Thread Aquil H. Abdullah
Ahh, Win-BASH cool!!! On Tue, Jul 15, 2008 at 10:41 AM, Aquil H. Abdullah < [EMAIL PROTECTED]> wrote: > Ack, .bat files! Yes, you are correct Windows does not ship with Python, > and there are ways to get bash (cygwin) on your Windoze system. I am > leaning towards a solution similar to your sec

Re: Using Python To Launch Python

2008-07-15 Thread Aquil H. Abdullah
Ack, .bat files! Yes, you are correct Windows does not ship with Python, and there are ways to get bash (cygwin) on your Windoze system. I am leaning towards a solution similar to your second suggestion as it will keep me from having to distribute .bat files for one platform and .sh files for anot

Re: Using Python To Launch Python

2008-07-15 Thread Gabriel Genellina
En Mon, 14 Jul 2008 21:39:20 -0300, Derek Martin <[EMAIL PROTECTED]> escribió: On Mon, Jul 14, 2008 at 05:40:43PM -0400, Aquil H. Abdullah wrote: You've hit the proverbial nail with the hammer. The problem is that my application needs to run under both the Linux and Windows OSs, so while I

Re: Using Python To Launch Python

2008-07-14 Thread Derek Martin
On Mon, Jul 14, 2008 at 05:40:43PM -0400, Aquil H. Abdullah wrote: > You've hit the proverbial nail with the hammer. The problem is that my > application needs to run under both the Linux and Windows OSs, so while I > would love to use a nice sh, csh, or bash shell script. My hands are tied > beca

Re: Using Python To Launch Python

2008-07-14 Thread Larry Bates
aha wrote: Hello All, I have a situation where I can count on a Python installation being available on a system, but I can't count on it being a version of Python needed by my application. Since my application has it's own version of Python installed with it how should I use the system Python

Re: Using Python To Launch Python

2008-07-14 Thread Ivan Ven Osdel
>Hello All, > I have a situation where I can count on a Python installation being >available on a system, but I can't count on it being a version of >Python needed by my application. Since my application has it's own >version of Python installed with it how should I use the system Python >to laun

Re: Using Python To Launch Python

2008-07-14 Thread Mike Driscoll
On Jul 14, 4:01 pm, aha <[EMAIL PROTECTED]> wrote: > Hello All, >   I have a situation where I can count on a Python installation being > available on a system, but I can't count on it being a version of > Python needed by my application.  Since my application has it's own > version of Python insta

Re: Using Python To Launch Python

2008-07-14 Thread Derek Martin
On Mon, Jul 14, 2008 at 02:01:04PM -0700, aha wrote: > Since my application has it's own version of Python installed with > it how should I use the system Python to launch the version of > Python that launches my Application. Yes, this is a convoluted > process, but not all Pythons are built the s