avernusheros / avernus

0 stars 0 forks source link

Umlauts do not work in category rules #272

Closed wsteitz closed 11 years ago

wsteitz commented 11 years ago

the preview filtering in the dialog works, but upon clicking "OK":

Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner self.run() File "/home/bastian/workspace/avernus/avernus/objects/store.py", line 36, in run cursor.execute(req, arg) ProgrammingError: You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str). It is highly recommended that you instead just switch your application to Unicode strings.


Imported from Launchpad using lp2gh.