← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 665960] Re: python-yaml is missing from requirements on openerp-server 6.0

 

Hello,
This is fixed in doc/INSTALL as of server revision 3149 odo@xxxxxxxxxxx-20101222135005-t23nu4s2gv83hy0q 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)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