Comment 7 for bug 1276232

Revision history for this message
Spawnwj (spawnwj) wrote :

I found the solution to this issue.

Check your OpenERP installation folder in windows
C:\Program Files (x86)\OpenERP 7.0-XXX\Server\server

This is where OpenERP python interpreter is located and used. It will not be using your python interpreter if you install python separately in Windows.

For my case, when I look into the OpenERP server folder, the Queue.pyc file is missing which caused the above error.
So I just copy the Queue.pyc file from my window installation to this server folder.