[email protected] wrote:
hi,
somebody can give me a suggest for this issue
thanks very much
xinfang
---------- Forwarded message ----------
From: Jim Meyering <[email protected]>
Date: Jan 16, 2009 1:49am
Subject: Re: hi Jim
To: [email protected]
[email protected] wrote:
> how are u
>
> do you know how to install the qpid-tools for c++ booker,
>
> i have met some problem for running it
>
> [...@xfvm commands]$ ./qpid-queue-stats
> Traceback (most recent call last):
> File "./qpid-queue-stats", line 29, in
> from qmf.console import Session, Console
> ImportError: No module named qmf.console
>
> could you have some idea for it
Sorry, while I've contributed to qpid, I'm not working
on it recently. Please send questions to the mailing list:
[email protected]>
Xinfang,
This problem occurs because the PYTHONPATH environment variable does not
include the location of the qpid python files. If you are running from
the SVN checkout, add <path>/qpid/python to PYTHONPATH (where <path> is
the location of your SVN tree). If you are installing from source, make
sure you configure with the same prefix where Python is installed. This
is most likely:
# configure --prefix=/usr
# make
# make install
If you are running from vendor RPMs, this should work automatically.
Regards,
-Ted