[EMAIL PROTECTED] wrote:
[Windows XP Pro, cygwin python 2.4]
Under cygwin, the python executable is installed as python2.4.exe with
a
symbolic link to python.exe. This is fine as long as one is operating
only
withing the cygwin world. But I execute python from a foo.bat file,
and
windows barfs on
Jason Tishler wrote:
>> > You can always do the following as a workaround:
>> >
>> > C:\> bash -c python
>>
>> Hmm, that's fine for typing a command interactively, but try fitting
>> it into a DOS "ftype" command so that double-clicking a .py file gets
>> the right thing with the right args --
George,
Please keep your replies on-list.
On Wed, Dec 15, 2004 at 01:36:03PM -0500, george young wrote:
> On Wed, 15 Dec 2004 10:56:17 -0500
> Jason Tishler <[EMAIL PROTECTED]> threw this fish to the penguins:
> > On Wed, Dec 15, 2004 at 07:21:31AM -0800, gry wrote:
> > > Under cygwin, the python
On Wed, Dec 15, 2004 at 07:21:31AM -0800, gry wrote:
> Under cygwin, the python executable is installed as python2.4.exe with
> a symbolic link to python.exe. This is fine as long as one is
> operating only withing the cygwin world. But I execute python from a
> foo.bat file, and windows barfs on
[Windows XP Pro, cygwin python 2.4]
Under cygwin, the python executable is installed as python2.4.exe with
a
symbolic link to python.exe. This is fine as long as one is operating
only
withing the cygwin world. But I execute python from a foo.bat file,
and
windows barfs on the symbolic link. I r