c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #01014
[Bug 665960] [NEW] python-yaml is missing from requirements on openerp-server 6.0
Public bug reported:
(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
** Affects: openobject-server
Importance: Undecided
Status: New
** Description changed:
- (unstable)openerp@laptop:~/unstable/openobject-server/bin$ ./openerp-server.py
+ (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
+ 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
- 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
--
python-yaml is missing from requirements on openerp-server 6.0
https://bugs.launchpad.net/bugs/665960
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Server: New
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
Follow ups
References