Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
5765 Представления

Hi, I have read a lot of manuals about how to install openerp 7 under centos 6 x64.

I had follow the manual for Ubuntu, but their is some modules I haven't found with Centos, using

default repo+epel.

This are the modules I could not found, maybe they have other names, I try to search them but no success:

python-libxslt1

python-xlwt

Some one knows what repo and names this 2 packages have for Centos?

Thanks. 

Аватар
Отменить
Лучший ответ

Hello klabacita,

For the first I think you need to look for 'libxslt-python'.

I haven't found CentOS packages from authoritative sources for 'xlwt', but as it is listed in the PyPI, you can try to install it either with 'pip' or 'easy_install':

* https://pypi.python.org/pypi/xlwt

* http://stackoverflow.com/questions/9848299/importerror-no-module-named-xlwt

Аватар
Отменить
Лучший ответ

Try install these lib first.

> sudo yum install libxslt-devel libxml2-devel

Then you can try to install python-libxslt1 and python-xlwt. My preference is not using yum package, one of the reason is because Centos 6 is bundled with python 2.6. I use virtualenv and pip as @Marvin suggest.

Аватар
Отменить