Modify ↓
Opened 17 years ago
Closed 16 years ago
#2912 closed defect (fixed)
Add encoding definition to setup.py
Reported by: | Owned by: | roadrunner | |
---|---|---|---|
Priority: | normal | Component: | HudsonTracPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Right now, when one runs "easy_install http://trac-hacks.org/svn/hudsontracplugin/0.10/" to install the plugin, there is a failure:
SyntaxError: Non-ASCII character '\xc3' in file setup.py on line 8, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
To fix this, make line 2 read: # -*- coding: utf-8 -*-
Attachments (0)
Note: See
TracTickets for help on using
tickets.
(In [4591]) Added encoding attribute. Fixes #2912.