Odoo Help
Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
CRM
|
e-Commerce
|
Accounting
|
Inventory
|
PoS
|
Project management
|
MRP
|
etc.
No module named pooler
I am trying to restart openerp , but getting the following error:
No handlers could be found for logger "openerp.addons.base_gengo.wizard.base_gengo_translations" Traceback (most recent call last): File "/usr/bin/openerp-server", line 10, in <module> openerp.cli.main() File "/usr/lib/pymodules/python2.7/openerp/cli/__init__.py", line 51, in main __import__(m) File "/usr/lib/pymodules/python2.7/openerp/modules/module.py", line 133, in load_module mod = imp.load_module('openerp.addons.' + module_part, f, path, descr) File "/usr/lib/pymodules/python2.7/openerp/addons/account_test/__init__.py", line 1, in <module> import account_test File "/usr/lib/pymodules/python2.7/openerp/addons/account_test/account_test.py", line 32, in <module> import pooler ImportError: No module named pooler
What could be the issue here? How can i resolve this?
I resolved the first issue by prefixing openerp.pooler... i.e import openerp.pooler. Now i am getting the error: No handlers could be found for logger "openerp.addons.base_gengo.wizard.base_gengo_translations" Traceback (most recent call last): File "/usr/bin/openerp-server", line 10, in <module> openerp.cli.main() File "/usr/lib/pymodules/python2.7/openerp/cli/__init__.py", line 51, in main __import__(m) File "/usr/lib/pymodules/python2.7/openerp/modules/module.py", line 133, in load_module mod = imp.load_module('openerp.addons.' + module_part, f, path, descr) File "/usr/lib/pymodules/python2.7/openerp/addons/account_test/__init__.py", line 2, in <module> import report File "/usr/lib/pymodules/python2.7/openerp/addons/account_test/report/__init__.py", line 1, in <module> import account_test_report File "/usr/lib/pymodules/python2.7/openerp/addons/account_test/report/account_test_report.py", line 25, in <module> from report import report_sxw ImportError: No module named report
How do i resolve the issue of having to prefix...openerp.module?
About This Community
This platform is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
RegisterOdoo Training Center
Access to our E-learning platform and experience all Odoo Apps through learning videos, exercises and Quizz.
Test it nowQuestion tools
Stats
Asked: 8/21/13, 11:12 AM |
Seen: 11961 times |
Last updated: 3/16/15, 8:10 AM |
Duplicate question: https://www.odoo.com/forum/Help-1/question/Why-am-I-getting-no-module-named-pooler-netsvc-etc-when-I-try-to-shut-down-31750