Peter Silva created QPID-8268: --------------------------------- Summary: qpid-tools won't start python-qmf .deb is built-wrong, so unsatisfied dependency Key: QPID-8268 URL: https://issues.apache.org/jira/browse/QPID-8268 Project: Qpid Issue Type: Bug Components: C++ Broker, C++ Tools, Python Client (Wrapped), QMF Environment: Ubuntu 18.04 using the launchpad repo from qpid:
deb http://ppa.launchpad.net/qpid/released/ubuntu bionic main it seems to build the python-qmf package wrong. Reporter: Peter Silva when I install qpid-tools from the launchpad repository for ubuntu 18.04 (bionic) % qpid-tool Traceback (most recent call last): File "/usr/bin/qpid-tool", line 33, in <module> from qmf.console import Session, Console, SchemaClass, ObjectId ImportError: No module named qmf.console so I do: blacklab% dpkg -L python-qmf /. /usr /usr/lib /usr/lib/python2.7 /usr/lib/python2.7/dist-packages /usr/lib/python2.7/dist-packages/__init__.py /usr/lib/python2.7/dist-packages/client.py /usr/lib/python2.7/dist-packages/console.py /usr/share /usr/share/doc /usr/share/doc/python-qmf /usr/share/doc/python-qmf/changelog.Debian.gz /usr/share/doc/python-qmf/copyright blacklab% there should be a qmf directory in whoch console sits... *fix* it by removing the _qmf._ from the import statement, and it works fine. So there is some issue with teh setuptools or the debian packaging for python-qmf . -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org