On 11/14/2011 04:23 PM, dmounessa wrote:
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?
Yes you need to install the qmf lib also (qpid-qmf-0.12.tar.gz) or if you used the full source release, under extras/qmf.
--------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
