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

Fredrik Lundh fredrik at pythonware.com
Thu Dec 16 07:27:39 EST 2004


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 -- nasty, I couldn't get it to
>> work.
>
> Since you are looking for tight integration with Windows, maybe you
> should use Win32 Python?

I don't use Cygwin myself, but several Cygwin users have told me that
exemaker has been immensely useful for them:

    http://effbot.org/zone/exemaker.htm

</F> 






More information about the Python-list mailing list