bikeemacs.py from bicyclerepair misses a proper encoding declaration, although it contains non-ascii characters. This results in a syntax error on Python 2.5, when bikeemacs.py is loaded in Emacs to enable Emacs integration of Bicyclerepair: error: Python: Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/Pymacs/pymacs.py", line 96, in loop argument = eval(text) File "<string>", line 1, in <module> File "/usr/lib/python2.5/site-packages/Pymacs/pymacs.py", line 188, in pymacs_load_helper object = __import__(module_name) File "/usr/lib/python2.5/site-packages/bikeemacs.py", line 3 SyntaxError: Non-ASCII character '\xe7' in file /usr/lib/python2.5/site-packages/bikeemacs.py on line 3, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details (bikeemacs.py, line 3)
Created attachment 118334 [details, diff] Adds the missing encoding declaration to bikeemacs.py
*** This bug has been marked as a duplicate of bug 105151 ***
This is fixed by the patch of attachment 141662 [details, diff].
*** This bug has been marked as a duplicate of bug 92219 ***