** 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)open...@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)open...@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 _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

