Question regarding installing python binding for Broker

Dear all,

Do I need to do "./configure" with any parameter for installing python binding for Broker? I tried no parameter but the broker module cannot be find in python.

Thanks a lot.

Best,
Wenyu

Wenyu Ren
Ph.D. Candidate
Department of Computer Science
University of Illinois at Urbana-Champaign

If you have python development headers/libs installed at a standard
path, `./configure` usually finds them without extra flags. i.e.
typically you'd just install "python-dev" or "python-devel" packages
(depending on OS) before doing `./configure`.

- Jon