跳至内容
菜单
此问题已终结
4 回复
5412 查看

I found a community module for reports called cubic reports.When I start to import that i got error called

from geraldo.utils import cm ImportError: No module named geraldo.utils.

Can any one help me over come this issue

形象
丢弃
最佳答案

Install Cubic Reports

  1. Download the module from https://www.openerp.com/apps/7.0/report_geraldo/

  2. Install it from “Local Modules” menu in OpenERP

Install and patch Geraldo Reports Library

$ sudo easy_install Geraldo

$ cd /usr/local/lib/python2.7/dist-packages/

$ cd Geraldo-0.4.17-py2.7.egg/

$ sudo mv geraldo geraldo.bk

$ sudo ln -s /opt/openerp/addons/report_geraldo/lib/geraldo/geraldo geraldo

形象
丢弃
最佳答案

In side the Geraldo file that you downloaded from  "https://pypi.python.org/pypi/Geraldo" there is a file named "geraldo" in windows copy it to "C:\Program Files (x86)\OpenERP 7.0\Server" i had the same issued and it fixed it



形象
丢弃
最佳答案

Hi,

Refer this link will help you

link

Or

Try this command >> pip install Geraldo

形象
丢弃
最佳答案

Still have the same problem after trying Dhinesh or Panchal directions.  
Any other suggestions is appreciated.

 

 

 

形象
丢弃