** Summary changed: - requestsync crashed with ImportError in /usr/lib/python2.7/dist-packages/ubuntutools/config.py: No module named devscripts.logger + ubuntu-dev-scripts needs to be ported to Python 3
** Description changed: + devscripts has moved to python3, and only provides its module as a + python3 one. So ubuntu-dev-scripts should follow suit. + + --- Original Report --- + Looks like a missing dependency or an incompatibility with new devscripts: $ requestsync Traceback (most recent call last): - File "/usr/bin/requestsync", line 36, in <module> - from ubuntutools.config import UDTConfig, ubu_email - File "/usr/lib/python2.7/dist-packages/ubuntutools/config.py", line 25, in <module> - from devscripts.logger import Logger + File "/usr/bin/requestsync", line 36, in <module> + from ubuntutools.config import UDTConfig, ubu_email + File "/usr/lib/python2.7/dist-packages/ubuntutools/config.py", line 25, in <module> + from devscripts.logger import Logger ImportError: No module named devscripts.logger ProblemType: Crash DistroRelease: Ubuntu 13.04 Package: ubuntu-dev-tools 0.145 ProcVersionSignature: Ubuntu 3.8.0-0.2-generic 3.8.0-rc3 Uname: Linux 3.8.0-0-generic x86_64 ApportVersion: 2.8-0ubuntu1 Architecture: amd64 CrashCounter: 1 Date: Mon Jan 14 11:32:10 2013 EcryptfsInUse: Yes ExecutablePath: /usr/bin/requestsync InstallationDate: Installed on 2012-01-04 (375 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 (20120104) InterpreterPath: /usr/bin/python2.7 MarkForUpload: True PackageArchitecture: all ProcCmdline: /usr/bin/python /usr/bin/requestsync --help PythonArgs: ['/usr/bin/requestsync', '--help'] SourcePackage: ubuntu-dev-tools Title: requestsync crashed with ImportError in /usr/lib/python2.7/dist-packages/ubuntutools/config.py: No module named devscripts.logger UpgradeStatus: Upgraded to raring on 2012-12-11 (34 days ago) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo -- You received this bug notification because you are a member of MOTU, which is subscribed to ubuntu-dev-tools in Ubuntu. https://bugs.launchpad.net/bugs/1099537 Title: ubuntu-dev-scripts needs to be ported to Python 3 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/1099537/+subscriptions -- universe-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/universe-bugs
