Open GoogleCodeExporter opened 9 years ago
runtests.py is affected too.
Original comment by Vinzent.Steinberg@gmail.com
on 23 Apr 2008 at 5:11
Added. Let me know if it works.
Original comment by fredrik....@gmail.com
on 23 Apr 2008 at 7:52
It doesn't work for some reason, please change it to the more conservative
approach:
#!/usr/bin/env python
This time I tested it to be sure. Sorry, I should have done this before.
Original comment by Vinzent.Steinberg@gmail.com
on 25 Apr 2008 at 12:28
Fixed. Please check again :)
Original comment by fredrik....@gmail.com
on 25 Apr 2008 at 2:20
Sadly it doesn't work one Linux probably due to Windows line endings. But I
don't
expect you to change line endings to Unix encoding. Just leave it as it is
(anyone
can convert the line endings easily if he needs or just use python setup.py)
and
thanks for adding the shebangs.
Original comment by Vinzent.Steinberg@gmail.com
on 1 May 2008 at 2:24
Yeah, the line endings issues are annoying. But it seems to me that unix line
endings
kind of work everywhere, don't they?
Original comment by ondrej.c...@gmail.com
on 1 May 2008 at 10:00
Yes, but not all Windows editors support them. Notepad for example. I don't
which
editor Fredrik is using (surely not Notepad :), and this issue is very very
minor. I
don't know if it's worth it to swap to unix line endings. Every good editor can
handle all kinds of line endings though.
Original comment by Vinzent.Steinberg@gmail.com
on 2 May 2008 at 9:09
We have exactly the same problem with sympy, or any other project. Imho one
just has
to choose one way and stick to that. And fix all problems with it.
Original comment by ondrej.c...@gmail.com
on 2 May 2008 at 12:08
My editor supports unix line endings. I haven't thought of making this the
default,
but I guess I should.
Original comment by fredrik....@gmail.com
on 2 May 2008 at 4:38
Original issue reported on code.google.com by
Vinzent.Steinberg@gmail.com
on 23 Apr 2008 at 2:23