[Bug 1616082] Re: libpython2.7-minimal package missing required imports
John Mellor
John.Mellor at esentire.com
Tue Aug 23 20:48:53 UTC 2016
Root cause found - using an old version of a2x from Ubuntu 10 instead of
the Ubuntu 16 version.
NFF.
** Changed in: python2.7 (Ubuntu)
Assignee: (unassigned) => John Mellor (john-mellor)
** Changed in: python2.7 (Ubuntu)
Status: New => Invalid
** Tags removed: regression-release
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python2.7 in Ubuntu.
https://bugs.launchpad.net/bugs/1616082
Title:
libpython2.7-minimal package missing required imports
Status in python2.7 package in Ubuntu:
Invalid
Bug description:
libpython2.7-minimal is missing essential imports. The _collections.py is missing. This library exists in Trusty and previous, but is present in Xenial only in the Python3 libraries.
See following confirming stack trace:
00:03:49.816 /opt/bin/a2x --doctype manpage --format manpage ve.txt
00:03:49.853 Traceback (most recent call last):
00:03:49.853 File "/opt/bin/a2x", line 16, in <module>
00:03:49.853 import shutil
00:03:49.853 File "/usr/lib/python2.7/shutil.py", line 12, in <module>
00:03:49.853 import collections
00:03:49.853 File "/usr/lib/python2.7/collections.py", line 20, in <module>
00:03:49.853 from _collections import deque, defaultdict
00:03:49.853 ImportError: No module named _collections
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1616082/+subscriptions
More information about the foundations-bugs
mailing list