a | b | |
---|
| 0 | + | e$ python setup.py register |
---|
| 0 | + | running register |
---|
| 0 | + | running check |
---|
| 0 | + | Traceback (most recent call last): |
---|
| 0 | + | File "setup.py", line 47, in <module> |
---|
| 0 | + | packages = ['qrimage'], |
---|
| 0 | + | File "/usr/lib/python2.7/distutils/core.py", line 152, in setup |
---|
| 0 | + | dist.run_commands() |
---|
| 0 | + | File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands |
---|
| 0 | + | self.run_command(cmd) |
---|
| 0 | + | File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command |
---|
| 0 | + | cmd_obj.run() |
---|
| 0 | + | File "/usr/lib/python2.7/distutils/command/register.py", line 51, in run |
---|
| 0 | + | self.run_command(cmd_name) |
---|
| 0 | + | File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command |
---|
| 0 | + | self.distribution.run_command(command) |
---|
| 0 | + | File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command |
---|
| 0 | + | cmd_obj.run() |
---|
| 0 | + | File "/usr/lib/python2.7/distutils/command/check.py", line 69, in run |
---|
| 0 | + | self.check_restructuredtext() |
---|
| 0 | + | File "/usr/lib/python2.7/distutils/command/check.py", line 111, in check_restructuredtext |
---|
| 0 | + | for warning in self._check_rst_data(data): |
---|
| 0 | + | File "/usr/lib/python2.7/distutils/command/check.py", line 138, in _check_rst_data |
---|
| 0 | + | parser.parse(data, document) |
---|
| 0 | + | File "/usr/lib/pymodules/python2.7/docutils/parsers/rst/__init__.py", line 157, in parse |
---|
| 0 | + | self.statemachine.run(inputlines, document, inliner=self.inliner) |
---|
| 0 | + | File "/usr/lib/pymodules/python2.7/docutils/parsers/rst/states.py", line 170, in run |
---|
| 0 | + | input_source=document['source']) |
---|
| 0 | + | File "/usr/lib/pymodules/python2.7/docutils/statemachine.py", line 233, in run |
---|
| 0 | + | context, state, transitions) |
---|
| 0 | + | File "/usr/lib/pymodules/python2.7/docutils/statemachine.py", line 454, in check_line |
---|
| 0 | + | return method(match, context, next_state) |
---|
| 0 | + | File "/usr/lib/pymodules/python2.7/docutils/parsers/rst/states.py", line 2706, in underline |
---|
| 0 | + | self.section(title, source, style, lineno - 1, messages) |
---|
| 0 | + | File "/usr/lib/pymodules/python2.7/docutils/parsers/rst/states.py", line 329, in section |
---|
| 0 | + | self.new_subsection(title, lineno, messages) |
---|
| 0 | + | File "/usr/lib/pymodules/python2.7/docutils/parsers/rst/states.py", line 398, in new_subsection |
---|
| 0 | + | node=section_node, match_titles=1) |
---|
| 0 | + | File "/usr/lib/pymodules/python2.7/docutils/parsers/rst/states.py", line 284, in nested_parse |
---|
| 0 | + | node=node, match_titles=match_titles) |
---|
| 0 | + | File "/usr/lib/pymodules/python2.7/docutils/parsers/rst/states.py", line 195, in run |
---|
| 0 | + | results = StateMachineWS.run(self, input_lines, input_offset) |
---|
| 0 | + | File "/usr/lib/pymodules/python2.7/docutils/statemachine.py", line 233, in run |
---|
| 0 | + | context, state, transitions) |
---|
| 0 | + | File "/usr/lib/pymodules/python2.7/docutils/statemachine.py", line 454, in check_line |
---|
| 0 | + | return method(match, context, next_state) |
---|
| 0 | + | File "/usr/lib/pymodules/python2.7/docutils/parsers/rst/states.py", line 2720, in text |
---|
| 0 | + | paragraph, literalnext = self.paragraph(lines, startline) |
---|
| 0 | + | File "/usr/lib/pymodules/python2.7/docutils/parsers/rst/states.py", line 421, in paragraph |
---|
| 0 | + | textnodes, messages = self.inline_text(text, lineno) |
---|
| 0 | + | File "/usr/lib/pymodules/python2.7/docutils/parsers/rst/states.py", line 430, in inline_text |
---|
| 0 | + | return self.inliner.parse(text, lineno, self.memo, self.parent) |
---|
| 0 | + | File "/usr/lib/pymodules/python2.7/docutils/parsers/rst/states.py", line 528, in parse |
---|
| 0 | + | processed += self.implicit_inline(remaining, lineno) |
---|
| 0 | + | File "/usr/lib/pymodules/python2.7/docutils/parsers/rst/states.py", line 986, in implicit_inline |
---|
| 0 | + | + method(match, lineno) + |
---|
| 0 | + | File "/usr/lib/pymodules/python2.7/docutils/parsers/rst/states.py", line 990, in implicit_inline |
---|
| 0 | + | return [nodes.Text(unescape(text), rawsource=unescape(text, 1))] |
---|
| 0 | + | File "/usr/lib/pymodules/python2.7/docutils/nodes.py", line 331, in __new__ |
---|
| 0 | + | return reprunicode.__new__(cls, data) |
---|
| 0 | + | UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 8: ordinal not in range(128) |
---|
... | |
---|