You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Kaushal Shriyan <ka...@gmail.com> on 2015/12/17 09:48:34 UTC

ImportError: No module named qpid.disp while invoking qpid-tool

Hi,

I am getting the below issue while invoking qpid-tool on Red Hat Enterprise
Linux Server release 6.6 (Santiago) OS. Apache qpid version is 0.14 and
python version is 2.6.6.

./qpid-tool
Traceback (most recent call last):
  File "./qpid-tool", line 31, in <module>
    from qpid.disp   import Display
ImportError: No module named qpid.disp

Any clue?

Regards,

Kaushal

Re: ImportError: No module named qpid.disp while invoking qpid-tool

Posted by Kaushal Shriyan <ka...@gmail.com>.
On Thu, Dec 17, 2015 at 2:18 PM, Kaushal Shriyan <ka...@gmail.com>
wrote:

> Hi,
>
> I am getting the below issue while invoking qpid-tool on Red Hat
> Enterprise Linux Server release 6.6 (Santiago) OS. Apache qpid version is
> 0.14 and python version is 2.6.6.
>
> ./qpid-tool
> Traceback (most recent call last):
>   File "./qpid-tool", line 31, in <module>
>     from qpid.disp   import Display
> ImportError: No module named qpid.disp
>
> Any clue?
>
> Regards,
>
> Kaushal
>


I got it fixed by installing yum -y install python-qpid-qmf.x86_64 which
will install the below packages from the yum repo package manager.

qpid-qmf-0.14-14.el6_3.x86_64
qpid-cpp-client-0.14-22.el6_3.x86_64
python-qpid-0.14-11.el6_3.noarch

#rpm -qa | grep qpid
qpid-qmf-0.14-14.el6_3.x86_64
qpid-cpp-client-0.14-22.el6_3.x86_64
python-qpid-0.14-11.el6_3.noarch
python-qpid-qmf-0.14-14.el6_3.x86_64

 /opt/dev/share/apache-qpid/bin/qpid-tool
Management Tool for QPID
qpid:

Regards,

Kaushal