I cannot run any bzr
command anymore after having updating Python 2.7 to Python 3.5
# bzr
File "/usr/bin/bzr", line 49
except locale.Error, e:
^ SyntaxError: invalid syntax
Looking around line 49, one finds:
LC_ALL
is set to an empty string.
/usr/bin/python
with Python3? – Florian Diesch Oct 07 '16 at 16:57