pythoscope icon indicating copy to clipboard operation
pythoscope copied to clipboard

Pythoscope crashes on init with UnicodeDecodeError.

Open inktrap opened this issue 10 years ago • 1 comments

Duplicate of 922540.

To make clear that this issue still exists and is currently a showstopper, at least for me, I created the following gist: pythoscope fails on --init with UnicodeDecodeError.

Simply create a directory and virtualenv, put example.py there and install pythoscope 0.4.3 from pip. Additionally it would be good to change the url for reporting issues to the current project url on github.

inktrap avatar Feb 29 '16 15:02 inktrap

To clarify: This happens because the file encoding is unicode. These are the encodings as reported by file:

vh@box ~/pythoscope [i] % file *
error.txt:  ASCII text
example.py: Python script, UTF-8 Unicode text executable

inktrap avatar Feb 29 '16 15:02 inktrap