コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
9609 ビュー

I have installed OpenERP 8 thru nightlies and server will start but, I am getting an error message :

CRITICAL ? openerp.modules.module: Couldn't load module web CRITICAL ? openerp.modules.module: No module named pyPdf ERROR ? openerp.service.server: Failed to load server-wide module web. The web module is provided by the addons found in the openerp-web project.

I have tried installing with .deb and src but, same fail on both.

Do I need to have a apache installed for it to work ? How can I fix this ?

アバター
破棄
最善の回答

You need to install python-pypdf

Download python-pypdf

Download python-pypdf_xxxx.deb for Ubuntu xxxx from the Ubuntu Universe repository.

Install

Update the package index:

# sudo apt-get update

Install python-pypdf deb package:

# sudo apt-get install python-pypdf
アバター
破棄
関連投稿 返信 ビュー 活動
2
3月 15
6766
0
3月 15
4410
1
3月 15
4802
1
5月 25
594
1
5月 24
2271