This question has been flagged
2 Replies
7084 Views

I'm running OpenERP 7 under Win7 64, and after a reboot, i can't run OpenErp. At command line, when i try to start the server, this error is shown:

File "openerp-server", line 2, in <module> File "C:\Program Files\OpenERP\Server\server.\openerp__init__.py", line 39, in <module> import adonns ImportError: No Module named addons

I checked de modules folder, and i don't have any module called addons, how I can to rebuild it or to fix this issue? Thanks.

Avatar
Discard
Author Best Answer

I found the problem, I have all the addons subfolders, but at root addons directory this files were missed:

__init__.py __init__.pyc base_quality_interrogation.py base_quality_interrogation.pyc

Restoring this files OpenErp runs again.

Avatar
Discard