Comment 5 for bug 985381

Revision history for this message
Patrick Schmucki (patrick.schmucki) wrote :

For all the people downloading the latest source tarball from http://v6.openerp.com/downloads (actually points to http://nightly.openerp.com/6.1/releases/openerp-6.1-latest.tar.gz) it's still a problem.

The server installation documentation doesn't tell us, that we need to
-> sudo apt-get install python-setuptools
too. Otherwise, the install command
-> sudo python setup.py install
will fail with the error:

Traceback (most recent call last):
  File "setup.py", line 23, in <module>
    import glob, os, re, setuptools, sys
ImportError: No module named setuptools