Search found 1 match

by dracotilla
14. May 2014, 21:47
Forum: Bugs
Topic: UnicodeDecodeError with spi and grep
Replies: 2
Views: 5582

UnicodeDecodeError with spi and grep

Hello! New to salix forum and first post

I get a 'UnicodeDecodeError' while filtering spi output.

Example:

spi python | grep -i kde

lists pykde4 (the package i was looking for) and after that

Traceback (most recent call last):
File "/usr/bin/spi", line 436, in <module>
main(sys.argv[1 ...