Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
11581 Weergaven

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
Annuleer
Beste antwoord

Try

  • from openerp import pooler instead of
  • import pooler
Avatar
Annuleer
Auteur

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?

Gerelateerde posts Antwoorden Weergaven Activiteit
1
dec. 24
4606
0
nov. 24
1880
2
jul. 24
3816
0
apr. 24
2427
3
mrt. 24
3916