c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #17911
[Bug 727058] Re: report_webkit module not installable
Hello,
Thanks for the reporting. I am confirming this bug as the module is not
getting installed in all in one exe of windows.
The problem comes from the python version compatibility as the module
commands has been deprecated since version 2.6 according to the
http://docs.python.org/library/commands.html.
So we need to overcome the such problems and I am giving it to framework
instead of module specific branch.
Thanks for your participation.
** Project changed: openobject-addons => openobject-server
** Changed in: openobject-server
Importance: Undecided => Medium
** Changed in: openobject-server
Status: New => Confirmed
** Changed in: openobject-server
Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)
--
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/727058
Title:
report_webkit module not installable
Status in OpenERP Server:
Confirmed
Bug description:
when trying to install the report_webkit module on openerp 6.01
following error showes up (this also renders the l10n_ch module
unusable, which the wizard tries to install and utterly fails)
Environment Information :
System : Windows-Vista-6.1.7601-SP1
OS Name : nt
Operating System Release : Vista
Operating System Version : 6.1.7601
Operating System Architecture : 32bit
Operating System Locale : de_CH.cp1252
Python Version : 2.5.2
OpenERP-Client Version : 6.0.1
Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
File "netsvc.pyo", line 489, in dispatch
File "service\web_services.pyo", line 599, in dispatch
File "osv\osv.pyo", line 122, in wrapper
File "osv\osv.pyo", line 176, in execute
File "osv\osv.pyo", line 167, in execute_cr
File "C:\Program Files\OpenERP 6.0\Server\addons\base\module\wizard\base_module_upgrade.py", line 98, in upgrade_module
File "pooler.pyo", line 60, in restart_pool
File "pooler.pyo", line 39, in get_db_and_pool
File "addons\__init__.pyo", line 883, in load_modules
File "addons\__init__.pyo", line 716, in load_module_graph
File "addons\__init__.pyo", line 450, in register_class
File "C:\Program Files\OpenERP 6.0\Server\addons\report_webkit\__init__.py", line 35, in <module>
File "C:\Program Files\OpenERP 6.0\Server\addons\report_webkit\webkit_report.py", line 32, in <module>
ImportError: No module named commands
References