pythoscope
pythoscope copied to clipboard
Pythoscope crashes on init with UnicodeDecodeError.
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.
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