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

When I try to shut down the server, I get this error:

       mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
  File "/Users/imac/Desktop/openerp/openerp/addons/account_test/__init__.py", line 1, in <module>
    import account_test
  File "/Users/imac/Desktop/openerp/openerp/addons/account_test/account_test.py", line 32, in <module>
    import pooler
ImportError: No module named pooler

Any suggetions would be great.

アバター
破棄
最善の回答

Try

  • from openerp import pooler instead of
  • import pooler
アバター
破棄
著作者

I'm not sure this is an answer. I am not creating a module myself. This error is thrown as a result of a module from the trunk and not m own. Shouldn't this be fixed by the dev team?

関連投稿 返信 ビュー 活動
1
12月 24
4189
0
11月 24
1696
2
7月 24
3509
0
4月 24
2242
3
3月 24
2791