Opened 9 years ago
Closed 9 years ago
#128 closed defect (fixed)
SyntaxError: Non-ASCII character
Reported by: | Norman Rasmussen | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | critical | Milestone: | 0.3 |
Component: | server | Version: | 0.1.0 |
Keywords: | Cc: |
Description (last modified by )
SyntaxError: Non-ASCII character '\xc2' in file xpra/server.py on line 2208, but no encoding declared;}}} see [http://www.python.org/peps/pep-0263.html pep 0263] for details This was introduced in Changeset 780. server.py needs to have a header added (like {{{xpra/platform/client_extras_base.py}}} has), or the µs should be escaped.
Attachments (1)
Change History (2)
Changed 9 years ago by
Attachment: | ticket-128.patch added |
---|
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
applied in r871 - thanks!