The Python installation instructions call for setting PYTHONPATH to the python directory in the qpid distribution dir. That works fine.
But there's also a setup.py file, which is the standard disutils program for building and installing Python libraries. However, it's missing "mllib" in the list of packages. Adding this missing package would make setup.py useful for installing qpid. It leaves the matter of setting the AMQP_SPEC location, but at least it installs the required library files. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
