I\'m trying to build OpenERP project, done with dependencies. It\'s giving this error now
Traceback (most recent call last): File \"openerp-client.py\", li
On Ubuntu and Debian
apt-get install python-six
does the trick.
Use sudo apt-get install python-six if you get an error saying "permission denied".
sudo apt-get install python-six