[Bug 1735162] [NEW] Cannot import basetest in python3
Andrea Azzarone
andrea.azzarone at canonical.com
Wed Nov 29 12:36:34 UTC 2017
Public bug reported:
To reproduce in Xenial:
$ python3 -c "from google.apputils import basetest"
It will fail showing something like that:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3/dist-packages/google/apputils/basetest.py", line 37, in <module>
import urlparse
ImportError: No module named 'urlparse'
We need to get this fixed as part of this: https://bugs.launchpad.net/xenial-backports/+bug/1735160
** Affects: google-apputils-python (Ubuntu)
Importance: Medium
Assignee: Andrea Azzarone (azzar1)
Status: In Progress
** Description changed:
To reproduce in Xenial:
$ python3 -c "from google.apputils import basetest"
It will fail showing something like that:
Traceback (most recent call last):
- File "<string>", line 1, in <module>
- File "/usr/lib/python3/dist-packages/google/apputils/basetest.py", line 37, in <module>
- import urlparse
+ File "<string>", line 1, in <module>
+ File "/usr/lib/python3/dist-packages/google/apputils/basetest.py", line 37, in <module>
+ import urlparse
ImportError: No module named 'urlparse'
+
+
+ We need to get this fixed as part of this: https://bugs.launchpad.net/xenial-backports/+bug/1735160
** Changed in: google-apputils-python (Ubuntu)
Assignee: (unassigned) => Andrea Azzarone (azzar1)
** Changed in: google-apputils-python (Ubuntu)
Importance: Undecided => Medium
** Changed in: google-apputils-python (Ubuntu)
Status: New => In Progress
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to google-apputils-python in
Ubuntu.
https://bugs.launchpad.net/bugs/1735162
Title:
Cannot import basetest in python3
Status in google-apputils-python package in Ubuntu:
In Progress
Bug description:
To reproduce in Xenial:
$ python3 -c "from google.apputils import basetest"
It will fail showing something like that:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3/dist-packages/google/apputils/basetest.py", line 37, in <module>
import urlparse
ImportError: No module named 'urlparse'
We need to get this fixed as part of this: https://bugs.launchpad.net/xenial-backports/+bug/1735160
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-apputils-python/+bug/1735162/+subscriptions
More information about the foundations-bugs
mailing list