Quote:
Originally Posted by kovidgoyal
|
Thank you very much! Started libprs500-debug and found the source of the problem: my username has Cyrillic characters in it, that's why I got
Code:
File "ntpath.pyo", line 368, in expanduser
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc0 in position 26: ordinal not in range(128)
so I need to set 2 environments variables: PYTHONPATH and HOME. Problem completely solved.