Perhaps the windows installer setups its own interpreter, I don't know.
This error feels like if it was running with python 3.x because the module Queue has been renamed to queue.
Or maybe the python imports get tricked by the case insensitiveness in windows and is confused with the connector.queue.queue module, but absolute_import is used though so it should not happen.
I cannot reproduce it as I don't have Windows.
The first thing to do is to ensure that the correct interpreter (2.7) is used for the OpenERP server.
Perhaps the windows installer setups its own interpreter, I don't know.
This error feels like if it was running with python 3.x because the module Queue has been renamed to queue.
Or maybe the python imports get tricked by the case insensitiveness in windows and is confused with the connector. queue.queue module, but absolute_import is used though so it should not happen.
I cannot reproduce it as I don't have Windows.
The first thing to do is to ensure that the correct interpreter (2.7) is used for the OpenERP server.