Modify ↓
Opened 9 years ago
Closed 9 years ago
#12776 closed defect (fixed)
SyntaxError: Non-ASCII character '\xc3' in file setup.py
Reported by: | ntmlod | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | ListOfWikiPagesMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
I got what it seems to be a common issue with non-english installation, I fixed it by adding the encoding attribute # -*- coding: utf-8 -*-
just after the shebang line in the file (wrt #7588)
Attachments (0)
Change History (3)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Owner: | changed from Martin Scharrer to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
In 15550: