Re: Running a python program as main...

2008-03-26 Thread Rick Dooling
On Mar 26, 9:12 am, waltbrad <[EMAIL PROTECTED]> wrote: > On his command line he types: > > C:\...\PP3E>Launcher.py > > and this begins the program. Doesn't work for me. I have to type: > > C:\...\PP3E>python Launcher.py > > Is this a typo on his part or has he configured his settings in such a >

Re: Running a python program as main...

2008-03-26 Thread subeen
On Mar 26, 8:12 pm, waltbrad <[EMAIL PROTECTED]> wrote: > Stumbling through Mark Lutz's "Programming Python 3rd", he gives an > example of a program that will automatically configure environment > settings and launch other programs. Then he gives an example of > running this program. On his comm

Re: Running a python program as main...

2008-03-26 Thread Robert Lehmann
On Wed, 26 Mar 2008 13:05:55 -0300, Gabriel Genellina wrote: > En Wed, 26 Mar 2008 11:12:21 -0300, waltbrad <[EMAIL PROTECTED]> > escribió: > >> Stumbling through Mark Lutz's "Programming Python 3rd", he gives an >> example of a program that will automatically configure environment >> settings a

Re: Running a python program as main...

2008-03-26 Thread Gabriel Genellina
En Wed, 26 Mar 2008 11:12:21 -0300, waltbrad <[EMAIL PROTECTED]> escribió: > Stumbling through Mark Lutz's "Programming Python 3rd", he gives an > example of a program that will automatically configure environment > settings and launch other programs. Then he gives an example of > running this

Running a python program as main...

2008-03-26 Thread waltbrad
Stumbling through Mark Lutz's "Programming Python 3rd", he gives an example of a program that will automatically configure environment settings and launch other programs. Then he gives an example of running this program. On his command line he types: C:\...\PP3E>Launcher.py and this begins the