Re: cygwin python.exe symlink breaks when called from .bat file

2004-12-16 Thread Daniel Dittmar
[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

Re: cygwin python.exe symlink breaks when called from .bat file

2004-12-16 Thread Fredrik Lundh
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 --

Re: cygwin python.exe symlink breaks when called from .bat file

2004-12-16 Thread Jason Tishler
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

Re: cygwin python.exe symlink breaks when called from .bat file

2004-12-15 Thread Jason Tishler
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

cygwin python.exe symlink breaks when called from .bat file

2004-12-15 Thread gry
[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