openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #06920
[Bug 931267] Re: Error while Install Jasper_server "import ir ImportError: No module named ir"
Hello,
Jasper_server is not a part of addons as well as extra-addons, So for
this module none of actively developed by our teams anymore.
According your trace-back, Object ir is already removed from the trunk server that's why you have faced this type of error.
For solving this issue you have to remove import ir code from jasper_document.py file or you put this code on comment.
So if you or anyone from the community would like to work on it, please
mark the bug as "In progress" and assign it to yourself (or ask us or
anyone from OpenERP Drivers to do it for you). In the mean time, I will
mark it as "Won't fix" to indicate that no further progress is expected
at the moment.
Thanks!
** Changed in: openobject-addons
Status: New => Won't Fix
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/931267
Title:
Error while Install Jasper_server "import ir ImportError: No module
named ir"
Status in OpenERP Addons (modules):
Won't Fix
Bug description:
These error show up when i tried to install jasper_server on 6.1rc1.
Client Traceback (most recent call last):
File "/usr/share/pyshared/openerp/addons/web/common/http.py", line 176, in dispatch
response["result"] = method(controller, self, **self.params)
File "/usr/share/pyshared/openerp/addons/web/controllers/main.py", line 862, in call_button
action = self.call_common(req, model, method, args, domain_id, context_id)
File "/usr/share/pyshared/openerp/addons/web/controllers/main.py", line 836, in call_common
return self._call_kw(req, model, method, args, {})
File "/usr/share/pyshared/openerp/addons/web/controllers/main.py", line 850, in _call_kw
return getattr(req.session.model(model), method)(*args, **kwargs)
File "/usr/share/pyshared/openerp/addons/web/common/openerplib/main.py", line 250, in proxy
args, kw)
File "/usr/share/pyshared/openerp/addons/web/common/openerplib/main.py", line 117, in proxy
result = self.connector.send(self.service_name, method, *args)
File "/usr/share/pyshared/openerp/addons/web/common/http.py", line 579, in send
raise fault
Server Traceback (most recent call last):
File "/usr/share/pyshared/openerp/addons/web/common/http.py", line 560, in send
result = openerp.netsvc.dispatch_rpc(service_name, method, args)
File "/usr/lib/pymodules/python2.6/openerp/netsvc.py", line 325, in dispatch_rpc
result = ExportService.getService(service_name).dispatch(method, params)
File "/usr/lib/pymodules/python2.6/openerp/service/web_services.py", line 580, in dispatch
res = fn(db, uid, *params)
File "/usr/lib/pymodules/python2.6/openerp/osv/osv.py", line 166, in execute_kw
return self.execute(db, uid, obj, method, *args, **kw or {})
File "/usr/lib/pymodules/python2.6/openerp/osv/osv.py", line 120, in wrapper
return f(self, dbname, *args, **kwargs)
File "/usr/lib/pymodules/python2.6/openerp/osv/osv.py", line 175, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/usr/lib/pymodules/python2.6/openerp/osv/osv.py", line 163, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/usr/share/pyshared/openerp/addons/base/module/wizard/base_module_upgrade.py", line 98, in upgrade_module
_db, pool = pooler.restart_pool(cr.dbname, update_module=True)
File "/usr/lib/pymodules/python2.6/openerp/pooler.py", line 39, in restart_pool
registry = RegistryManager.new(db_name, force_demo, status, update_module, True)
File "/usr/lib/pymodules/python2.6/openerp/modules/registry.py", line 160, in new
openerp.modules.load_modules(registry.db, force_demo, status, update_module)
File "/usr/lib/pymodules/python2.6/openerp/modules/loading.py", line 339, in load_modules
processed = load_marked_modules(cr, graph, states_to_load, force, status, report, loaded_modules)
File "/usr/lib/pymodules/python2.6/openerp/modules/loading.py", line 254, in load_marked_modules
loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules)
File "/usr/lib/pymodules/python2.6/openerp/modules/loading.py", line 167, in load_module_graph
register_module_classes(package.name)
File "/usr/lib/pymodules/python2.6/openerp/modules/module.py", line 337, in register_module_classes
__import__(m)
File "/usr/share/pyshared/openerp/addons/jasper_server/__init__.py", line 25, in <module>
import object
File "/usr/share/pyshared/openerp/addons/jasper_server/object/__init__.py", line 27, in <module>
import jasper_document
File "/usr/share/pyshared/openerp/addons/jasper_server/object/jasper_document.py", line 30, in <module>
import ir
ImportError: No module named ir
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/931267/+subscriptions
References