1

I am getting an error when trying to install Ubuntu touch on my Galaxy Nexus. I run Ubuntu 13.04 from a live USB, I don't know if the error is related to this.

ubuntu@ubuntu:~$ phablet-flash -b
Traceback (most recent call last):
File "/usr/bin/phablet-flash", line 19, in <module>
    import logging
ImportError: No module named logging

Thank you for your help

chaskes
  • 15,536
Qlex
  • 11

1 Answers1

0

The package:

phablet-tools

depends on python which in turn depends on python-minimal

$ dpkg -S /usr/lib/python2.7/logging/__init__.py
libpython2.7-minimal:amd64: /usr/lib/python2.7/logging/__init__.py

which provides the logging module.