# Pastebin Kfys2FLS "Comparing byte strings with unicode strings is not RPython") [translation:ERROR] AnnotatorError: Comparing byte strings with unicode strings is not RPython v1618 = eq(v1617, (' ')) In : Happened at file /Users/tobias/dev/pypy/pypy/rpython/rtyper/lltypesystem/rstr.py line 1032 ==> while i < strlen and chars[i] == ' ': Known variable annotations: v1617 = SomeUnicodeCodePoint() Processing block: block@85[strlen_0...] is a in (rpython.rtyper.lltypesystem.rstr:1023)ll_int__rpy_unicodePtr_Signed containing the following operations: v1617 = getitem(chars_5, i_87) v1618 = eq(v1617, (' ')) v1619 = bool(v1618) --end--