c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #09325
[Bug 665960] Re: python-yaml is missing from requirements on openerp-server 6.0
** Branch linked: lp:openobject-doc
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/665960
Title:
python-yaml is missing from requirements on openerp-server 6.0
Status in OpenObject Server:
Fix Released
Bug description:
(unstable)openerp@laptop:~/unstable/openobject-server/bin$ ./openerp-server.py
Traceback (most recent call last):
File "./openerp-server.py", line 58, in <module>
import netsvc
File "/home/openerp/unstable/openobject-server/bin/netsvc.py", line 292, in <module>
import tools
File "/home/openerp/unstable/openobject-server/bin/tools/__init__.py", line 26, in <module>
from convert import *
File "/home/openerp/unstable/openobject-server/bin/tools/convert.py", line 48, in <module>
from yaml_import import convert_yaml_import
File "/home/openerp/unstable/openobject-server/bin/tools/yaml_import.py", line 11, in <module>
import yaml_tag
File "/home/openerp/unstable/openobject-server/bin/tools/yaml_tag.py", line 1, in <module>
import yaml
ImportError: No module named yaml
(unstable)openerp@laptop:~/unstable/openobject-server/bin$ pip install yaml
python-yaml, is missing from doc/INSTALL requirements list
> You need the following software installed:
>
> * Python 2.5 or 2.6
> * Postgresql 8.2 or above
> * Psycopg2 python module
> * Reportlab pdf generation library for python
> * lxml python module
> * pytz python module
References