Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
11449 มุมมอง

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?

Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ธ.ค. 24
3920
0
พ.ย. 24
1604
2
ก.ค. 24
3307
0
เม.ย. 24
2130
3
มี.ค. 24
2075