screen-resolution-extra
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
screen-resolution-extra (Ubuntu) |
Triaged
|
High
|
Unassigned |
Bug Description
Setting up screen-
File "/usr/share/
except dbus.exceptions
SyntaxError: invalid syntax
dpkg: error processing screen-
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
screen-
E: Sub-process /usr/bin/dpkg returned an error code (1)
ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: screen-
ProcVersionSign
Uname: Linux 3.12.0-2-generic x86_64
NonfreeKernelMo
ApportVersion: 2.12.6-0ubuntu1
Architecture: amd64
Date: Sat Nov 9 07:46:56 2013
MarkForUpload: True
PackageArchitec
ProcEnviron:
LANGUAGE=en_CA:en
PATH=(custom, no user)
XDG_RUNTIME_
LANG=en_CA.UTF-8
SHELL=/bin/bash
SourcePackage: screen-
UpgradeStatus: No upgrade log present (probably fresh install)
High: Uninstallable package
Triaged: This looks like a python3 ism - the syntax for except changed to be
except typename as var
rather than
except typename, var
the change happened mid 2.x but they finally banned the old one in Python 3.something.