The bug is triggered by installing the python-pymongo-ext package (that contains pymongo._cmessage) without the python-bson-ext package (that contains _cbson.so).
It can be tested with python -c "import pymongo._cmessage" - can you confirm that such behavior is consistent? Thanks, -- Federico -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

