On 09/23/2016 11:31 PM, Steinar H. Gunderson wrote: > On Fri, Sep 23, 2016 at 11:27:11PM +0200, Thomas Goirand wrote: >>> But in 2.7, there are tons of similar issues. >> Like what? I really don't think so. > > pannekake:~> /usr/bin/python2-google-api-tools > Traceback (most recent call last): > File "/usr/bin/python2-google-api-tools", line 6, in <module> > from googlecloudapis.apitools.base.py.base_cli import main > File > "/usr/lib/python2.7/dist-packages/googlecloudapis/apitools/base/py/__init__.py", > line 12, in <module> > from googlecloudapis.apitools.base.py.transfer import * > File > "/usr/lib/python2.7/dist-packages/googlecloudapis/apitools/base/py/transfer.py", > line 14, in <module> > import mimeparse > ImportError: No module named mimeparse
THAT one is a missing runtime Depends: python-mimeparse. IMO you should file a bug for it. That's not at all the same class of issue as the miss-handling of the Python standard lib in case of Py3. Cheers, Thomas Goirand (zigo)