[Bugs] #3314 UNSP: POTgenerator problem with pydebug
Sugar Labs Bugs
bugtracker-noreply at sugarlabs.org
Tue Jan 31 18:10:28 EST 2012
#3314: POTgenerator problem with pydebug
------------------------------------------+---------------------------------
Reporter: cjl | Owner: ghunt
Type: defect | Status: new
Priority: Unspecified by Maintainer | Milestone: Unspecified by Release Team
Component: PyDebug | Version: Unspecified
Severity: Unspecified | Keywords:
Distribution: Unspecified | Status_field: Unconfirmed
------------------------------------------+---------------------------------
The potgenerator corn job is detecting some sort fo effor at line 205 of
/IPython/core/inputsplitter.py
http://git.sugarlabs.org/pydebug/mainline/blobs/master/IPython/core/inputsplitter.py#line205
####### Checking POT for pydebug (master) ######
Already up-to-date.
xgettext: Non-ASCII string at IPython/core/inputsplitter.py:205.
Please specify the source encoding through --from-code.
ERROR - xgettext failed with return code 1.
200 # The compiler module does not like unicode. We need to
convert
201 # it encode it:
202 if isinstance(python, unicode):
203 # Use the utf-8-sig BOM so the compiler detects this a
UTF-8
204 # encode string.
205 python = '\xef\xbb\xbf' + python.encode('utf-8')
--
Ticket URL: <http://bugs.sugarlabs.org/ticket/3314>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system
More information about the Bugs
mailing list