bidi

NameError: global name 'unicode' is not defined – in Python 3

NameError: global name 'unicode' is not defined – in Python 3 Question: I am trying to use a Python package called bidi. In a module in this package (algorithm.py) there are some lines that give me error, although it is part of the package. Here are the lines: # utf-8 ? we need unicode if …

Total answers: 7