After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 497473 - Accerciser crash on start from about_dialog.py
Accerciser crash on start from about_dialog.py
Status: RESOLVED FIXED
Product: accerciser
Classification: Applications
Component: core
1.1.x
Other All
: Normal critical
: ---
Assigned To: Accerciser Developers
Accerciser Developers
: 475639 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-11-16 20:29 UTC by Jared
Modified: 2008-02-28 09:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix the problem. (295 bytes, patch)
2008-02-23 03:19 UTC, Rich Burridge
committed Details | Review

Description Jared 2007-11-16 20:29:02 UTC
Steps to reproduce:
1. run accerciser
2. python errors on the copyright symbol wants an encoding set.
3. 


Stack trace:
  • File "/usr/lib/python2.5/site-packages/accerciser/about_dialog.py", line 52
SyntaxError: Non-ASCII character '\xc2' in file /usr/lib/python2.5/site-packages/accerciser/about_dialog.py on line 52, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details


Other information:
Please add this to the accerciser about_dialog.py as the top line.

# -*- coding: utf-8 -*-
Comment 1 Rich Burridge 2008-02-23 03:19:07 UTC
Created attachment 105803 [details] [review]
Patch to fix the problem.
Comment 2 Eitan Isaacson 2008-02-28 09:12:47 UTC
Thanks Rich for your patch. It has been committed in Accerciser's latest release (1.1.92).
Comment 3 Eitan Isaacson 2008-02-28 09:13:49 UTC
*** Bug 475639 has been marked as a duplicate of this bug. ***