On Sat, Jul 15, 2006 at 09:43:31AM -0500, Bo Peng wrote: > > > I just notice that -tt breaks the #! line so we should not have added > > > -tt to this line. > > > > How? It works here. > > Here is redhat RHEL4, TeXFiles.py generates > > /usr/bin/env: python -tt: no such file or directory.
I get the same result on cygwin and debian, but it works on solaris. I suspect a bug in the shebang interpretation on linux (cygwin tries hard to emulate linux) as "/usr/bin/env python -tt" works from the command line. -- Enrico