Hi there,

I'm having trouble with pyzo on linux (Mint 18 xfce) lately, and I don't 
really know why. It worked fine a couple weeks ago but now it doesn't 
anymore :( I tried upgrading it (sudo python3 -m pip install pyzo 
--upgrade) to pyzo-4.3.1 but no luck. The error I get is:
$ pyzo
Started our command server
Uncaught Python exception: 'utf-8' codec can't decode byte 0x86 in position 
1: invalid start byte
  File "/usr/local/bin/pyzo", line 9, in <module>
    load_entry_point('pyzo==4.3.1', 'console_scripts', 'pyzo')()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 
542, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 
2569, in load_entry_point
    return ep.load()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 
2229, in load
    return self.resolve()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 
2235, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/local/lib/python3.5/dist-packages/pyzo/__init__.py", line 284, 
in <module>
    loadConfig()
  File "/usr/local/lib/python3.5/dist-packages/pyzo/__init__.py", line 208, 
in loadConfig
    userConfig = ssdf.load(fname)
  File "/usr/local/lib/python3.5/dist-packages/pyzo/util/zon.py", line 176, 
in load
    text = file.read().decode('utf-8')

I'm reluctant to post it on the bug tracker because I don't know if it's a 
pyzo problem or a 'me' problem :) Thanks for any ideas or help!
Cheers,

-- 
You received this message because you are subscribed to the Google Groups 
"Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to