Description of problem: running smoltSendProfile gives a UnicodeDecodeError. Version-Release number of selected component (if applicable): smolt-0.9.7.1-3.fc6 How reproducible: smoltSendProfile Steps to Reproduce: 1. smotSendProfile 2. 3. Actual results: Traceback (most recent call last): File "/usr/bin/smoltSendProfile", line 102, in ? print profile.getProfile() File "/usr/share/smolt/client/smolt.py", line 389, in getProfile return '\n'.join(printBuffer) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 8: ordinal not in range(128) Expected results: collect info and send them to smolt server. Additional info: I'm using Italian locale.
*** This bug has been marked as a duplicate of 239229 ***