İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
11402 Görünümler

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.

Avatar
Vazgeç
En İyi Yanıt

Try

  • from openerp import pooler instead of
  • import pooler
Avatar
Vazgeç
Üretici

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?

İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Ara 24
3782
0
Kas 24
1566
2
Tem 24
3192
0
Nis 24
2092
3
Mar 24
1911