2014-04-02 20:26 GMT+08:00 Wang Xuerui <idontknw.w...@gmail.com>:
> 2014-04-02 19:56 GMT+08:00 林守磊 <linxiu...@gmail.com>:
>>     return u'[%s-%s]' % (unichr(a), unichr(b))
> [snip]
> so the program will work in Python 3.3 but not 3.2

Oops, there is also unichr. Seems the program is Python 2.x only, in
which case you can try using package.env (google it) to override the
PYTHON_TARGETS variable (or really, any variable in the build
environment). Reporting to upstream is also welcomed, though.

Sorry for the noise~

Reply via email to