blist icon indicating copy to clipboard operation
blist copied to clipboard

UnicodeDecodeError in Python 3.4.1

Open rogermcintosh opened this issue 9 years ago • 1 comments

Daniel

I installed blist successfully through pip (I'm running Anaconda 2.1.0) to work with Python/Cassandra module. When I tried to import the module by invoking: from blist implort blist I received a message

UnicodeDecodeError: 'utf-8' codec can't decode byte 0x83 in position 5: invalid start byte

which was traced back to the second line in the init script

from blist._blist import *

I can only see _blist as a compiled file and am unable to track the source of the error to determine whether there is a setting I need to change. Any suggestions? A search of open and closed topics didn't yield anything

Cheers Roger

rogermcintosh avatar Apr 28 '15 09:04 rogermcintosh

That's odd. Can you send me the full stack trace?

Thanks,

Daniel Stutzbach (writing from my phone)

DanielStutzbach avatar Apr 28 '15 14:04 DanielStutzbach