GNOME Bugzilla – Bug 400234
invalid caracters in /usr/share/gnome-schedule/crontab.py
Last modified: 2007-01-24 19:58:48 UTC
Please describe the problem: When I try to start the application it doesn't and it outputs on the terminal that in the file /usr/share/gnome-schedule/crontab.py there are invalid caracters. I found that into the above file there are some « and » that my system doesn't like. Maybe tha problem is a misconfiguration of my system but changing that characters to < and > it starts. Steps to reproduce: 1. trying to start the application Actual results: the applications doesn't start Expected results: that the applications starts normally Does this happen every time? yes Other information:
The error message is the following: SyntaxError: Non-ASCII character '\xc2' in file /usr/share/gnome-schedule/crontab.py on line 116, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.
Fixed in 1.1.0 aswell.