Comment 10 for bug 1596638

Revision history for this message
Haw Loeung (hloeung) wrote :

Fixed in 9.20160110ubuntu0.2.

Before update:

| hloeung@steelix:~$ python2.7
| ...
| >>> import lsb_release
| Traceback (most recent call last):
| File "<stdin>", line 1, in <module>
| ImportError: No module named lsb_release
| >>>

After:

| hloeung@steelix:~$ ls /usr/lib/python*/dist-packages/lsb* -l
| lrwxrwxrwx 1 root root 38 Jul 6 16:29 /usr/lib/python2.7/dist-packages/lsb_release.py -> ../../../share/pyshared/lsb_release.py
| lrwxrwxrwx 1 root root 38 Jul 6 16:29 /usr/lib/python3/dist-packages/lsb_release.py -> ../../../share/pyshared/lsb_release.py

| hloeung@steelix:~$ python2.7
| >>> import lsb_release
| >>>

Thanks guys!