I am trying to run qpid-config to configure a queue to run the java test
applications.
I have done ./configure with the /usr as the install in the qpid-0.12/cpp
And then I did make install and then I went to tools directory and run
"./setup.py install" to install the python tools.
I configured the class paths as it was documented
PYTHONPATH=/usr/bin:/usr/lib64/python2.4/site-packages/:/home/qpidd/Full_source_release/qpid-0.12/python:/home/qpidd/Full_source_release/qpid-0.12/extras:/home/qpidd/Full_source_release/qpid-0.12/extras/qmf:/home/qpidd/Full_source_release/qpid-0.12/extras/qmf/src/py/qmf
I get the following error --
Traceback (most recent call last):
File "/usr/bin/qpid-config", line 26, in ?
from qmf.console import Session
File "/usr/lib64/python2.4/site-packages/qmf.py", line 26, in ?
import qmfengine
File "/usr/lib64/python2.4/site-packages/qmfengine.py", line 5, in ?
import _qmfengine
ImportError: No module named _qmfengine
Do I need to install other things?
Thanks
--
View this message in context:
http://apache-qpid-users.2158936.n2.nabble.com/usr-bin-qpid-config-I-can-not-run-it-tp6993077p6993077.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]