Hello,
This is fixed in doc/INSTALL as of server revision 3149
[email protected] and has been added to
lp:openobject-doc in revision 443, to be published online soon.
Thanks for the heads-up! :-)
** Changed in: openobject-server
Status: Confirmed => Fix Released
** Changed in: openobject-server
Milestone: None => 6.0-rc2
--
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