[Bug 873515] Re: installing python-lazr.batchnavigator renders "import lazr.uri" unusable

Rolf Leggewie 873515 at bugs.launchpad.net
Wed Jun 17 12:15:15 UTC 2015


lucid has seen the end of its life and is no longer receiving any
updates. Marking the lucid task for this ticket as "Won't Fix".

** Changed in: lazr.uri (Ubuntu Lucid)
       Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to lazr.uri in Ubuntu.
https://bugs.launchpad.net/bugs/873515

Title:
  installing python-lazr.batchnavigator renders "import lazr.uri"
  unusable

Status in lazr.uri package in Ubuntu:
  Fix Released
Status in lazr.uri source package in Lucid:
  Won't Fix

Bug description:
  I haven't bothered to check if this is fixed somewhere between lucid
  and oneiric, but here's what we get:  (short version: the various bits
  of lazr don't agree on where to put themselves...)

  (lucid-amd64)root at osageorange:~# python -c "import lazr.uri"
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
  ImportError: No module named uri
  (lucid-amd64)root at osageorange:~# apt-get remove --purge python-lazr.batchnavigator && python -c "import lazr.uri"
  Reading package lists... Done
  Building dependency tree       
  Reading state information... Done
  The following packages were automatically installed and are no longer required:
    python-zope.exceptions python-zope.cachedescriptors python-zope.contenttype python-zope.testing python-zope.location
    python-zope.publisher python-zope.i18n python-zope.component python-zope.security python-zope.browser
    python-zope.configuration python-zope.schema python-tz python-zope.event python-zope.hookable python-zope.authentication
    python-zope.copy python-zope.proxy python-zope.i18nmessageid python-zope.component-zcml
  Use 'apt-get autoremove' to remove them.
  The following packages will be REMOVED:
    python-lazr.batchnavigator*
  0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
  After this operation, 217kB disk space will be freed.
  Do you want to continue [Y/n]? 
  (Reading database ... 188543 files and directories currently installed.)
  Removing python-lazr.batchnavigator ...
  (lucid-amd64)root at osageorange:~# apt-get install --purge python-lazr.batchnavigator && python -c "import lazr.uri"
  Reading package lists... Done
  Building dependency tree       
  Reading state information... Done
  The following NEW packages will be installed:
    python-lazr.batchnavigator
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 0B/19.2kB of archives.
  After this operation, 217kB of additional disk space will be used.
  Selecting previously deselected package python-lazr.batchnavigator.
  (Reading database ... 188513 files and directories currently installed.)
  Unpacking python-lazr.batchnavigator (from .../python-lazr.batchnavigator_1.0-0ubuntu1_all.deb) ...
  Setting up python-lazr.batchnavigator (1.0-0ubuntu1) ...

  Processing triggers for python-central ...
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
  ImportError: No module named uri
  (lucid-amd64)root at osageorange:~# python -c "import sys; print sys.path"; apt-get remove --purge python-lazr.batchnavigator ; python -c "import sys; print sys.path"
  ['', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/dist-packages', '/usr/lib/python2.6/dist-packages/PIL', '/usr/lib/pymodules/python2.6', '/usr/lib/pymodules/python2.6/gtk-2.0', '/usr/local/lib/python2.6/dist-packages']
  Reading package lists... Done
  Building dependency tree       
  Reading state information... Done
  The following packages were automatically installed and are no longer required:
    python-zope.exceptions python-zope.cachedescriptors python-zope.contenttype python-zope.testing python-zope.location
    python-zope.publisher python-zope.i18n python-zope.component python-zope.security python-zope.browser
    python-zope.configuration python-zope.schema python-tz python-zope.event python-zope.hookable python-zope.authentication
    python-zope.copy python-zope.proxy python-zope.i18nmessageid python-zope.component-zcml
  Use 'apt-get autoremove' to remove them.
  The following packages will be REMOVED:
    python-lazr.batchnavigator*
  0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
  After this operation, 217kB disk space will be freed.
  Do you want to continue [Y/n]? 
  (Reading database ... 188543 files and directories currently installed.)
  Removing python-lazr.batchnavigator ...
  ['', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/dist-packages', '/usr/lib/python2.6/dist-packages/PIL', '/usr/lib/pymodules/python2.6', '/usr/lib/pymodules/python2.6/gtk-2.0', '/usr/local/lib/python2.6/dist-packages']
  (lucid-amd64)root at osageorange:~# for i in /usr/lib/python2.6 /usr/lib/python2.6/plat-linux2 /usr/lib/python2.6/lib-tk /usr/lib/python2.6/lib-old /usr/lib/python2.6/lib-dynload /usr/lib/python2.6/dist-packages /usr/lib/python2.6/dist-packages/PIL /usr/lib/pymodules/python2.6 /usr/lib/pymodules/python2.6/gtk-2.0 /usr/local/lib/python2.6/dist-packages; do [ -d $i/lazr ] && echo $i: $(ls $i/lazr); done
  /usr/lib/python2.6/dist-packages: batchnavigator
  /usr/lib/pymodules/python2.6: __init__.py __init__.pyc restfulclient uri

  If I install python-lazr.restful, I get the following:
  /usr/lib/python2.6/dist-packages: batchnavigator delegates enum lifecycle restful
  /usr/lib/pymodules/python2.6: __init__.py __init__.pyc restfulclient uri

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lazr.uri/+bug/873515/+subscriptions



More information about the foundations-bugs mailing list