4
NameError: genel adı 'unicode' tanımlı değil - Python 3'te
Bidi adlı bir Python paketi kullanmaya çalışıyorum. Bu paketteki bir modülde (algoritma.py), paketin bir parçası olmasına rağmen bana hata veren bazı satırlar var. İşte satırlar: # utf-8 ? we need unicode if isinstance(unicode_or_str, unicode): text = unicode_or_str decoded = False else: text = unicode_or_str.decode(encoding) decoded = True ve işte hata …