vmolsa / psutil

Automatically exported from code.google.com/p/psutil
Other
0 stars 0 forks source link

UnicodeDecodeError with Windows french operating system #500

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
import psutil
psutil.net_io_counters()

What do you see instead?
UnicodeDecodeError: 'utf-8' codex can't decode byte 0x9 in position 14

What version of psutil are you using? What Python version?
Python 3.4
PSUtil 2.1.0

On what operating system? Is it 32bit or 64bit version?
Windows 7 Pro 64 bits (French edition)

Please provide any additional information below.
Network interface name have special caracter: é

Original issue reported on code.google.com by nicolash...@gmail.com on 27 Apr 2014 at 2:08

GoogleCodeExporter commented 9 years ago

Original comment by g.rodola on 29 Apr 2014 at 5:40