[Bug 517743] Review Request: PyPE - Lightweight but powerful graphical editor for developers

bugzilla at redhat.com bugzilla at redhat.com
Thu Jan 14 16:02:48 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=517743

--- Comment #21 from Thomas Spura <tomspur at fedoraproject.org> 2010-01-14 11:02:42 EST ---
If you use:
sed -i -e '/^#!\//, 1d' pype.py
sed -i -e '1d;2i#!/usr/bin/python' pype.py

instead of:
sed -i -e 's|#!/usr/bin/env python|#!/usr/bin/python|g' pype.py

It works.

So there is a dos newline at the end, which is not replaced with the sed
command...


--> With dos2unix pype.py, it *SHOULD* work.

But it doesn't, whyever!!

You could use the first 2 sed commands as a fix for now, but where is this
problem coming from....?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list