Modify

Opened 16 years ago

Closed 15 years ago

#2912 closed defect (fixed)

Add encoding definition to setup.py

Reported by: candrews@… 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)

Change History (1)

comment:1 Changed 15 years ago by roadrunner

Resolution: fixed
Status: newclosed

(In [4591]) Added encoding attribute. Fixes #2912.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain roadrunner.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.