The C++ builds install python files in src/tests/python. This is kind of a pain for at least 2 reasons:
- src/tests/python can go stale - not sure how but it just happened to me.
- debugging python code, error messages take you to the src/tests/python copy rather than the real source file.
- python gets re-installed every time you build.

Whats the reason for doing this? Can we get the same effect some other way that doesn't involve duplicating all the .py files?

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to