On 12/13/2010 12:23 PM, Rajika Kumarasiri wrote:
I was trying to set up python scripts to monitor the C++ broker. So I just got a checkout from the svn HEAD and build the python folder using python "python setup.py build" and set the environment varible PYTHONPATH to point to the python directory. Then I switch to the $PYTHONPATH/../tools/src/py and tried to execute -$python qpid-config --help, which ends up giving me the following error. Traceback (most recent call last): File "qpid-config", line 26, in<module> from qmf.console import Session ImportError: No module named qmf.console It seems that I am missing a python module but I can not locate where it is. Am I missing something ? Any help is appreciated.
Yes, you need the QMF console module under 'extras', i.e. add extras/qmf/src/py/qmf to your PYTHONPATH.
--------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
