This question has been flagged
1 Reply
4955 Views

Hi, I try, since a week ,to install "google maps module" on openerp 6... I search it, found it, install but no changes ... I read, maybe you should install "google_earth"... I search it, found it, install but an error is occured :

Traceback (most recent call last): File "netsvc.pyo", line 489, in dispatch File "service\web_services.pyo", line 599, in dispatch File "osv\osv.pyo", line 129, in wrapper File "osv\osv.pyo", line 194, in execute File "osv\osv.pyo", line 185, in execute_cr File "C:\Program Files\OpenERP 6.0\Server\addons\base\module\wizard\base_module_upgrade.py", line 98, in upgrade_module File "pooler.pyo", line 60, in restart_pool File "pooler.pyo", line 39, in get_db_and_pool File "addons__init__.pyo", line 883, in load_modules File "addons__init__.pyo", line 716, in load_module_graph File "addons__init__.pyo", line 450, in register_class File "C:\Program Files\OpenERP 6.0\Server\addons\google_earth__init__.py", line 22, in <module> File "C:\Program Files\OpenERP 6.0\Server\addons\google_earth\google_earth.py", line 28, in <module> ImportError: No module named google.directions

I think the problem is "google.directions" so i read about it, i need python, i install it and install googledirections on it... but the same problem (after a restart of course)... If somebody got an idea or a link ...

Sorry for my english. Thanks for all who try to help me.

Avatar
Discard
Best Answer

As an experiment, now that you have google.directions installed in your system, create a new disposable OpenERP database and attempt to install it there.

My thinking is that perhaps google.directions must be available during module installation.

Finally, are you sure that that module is compatible with V6.x ?

Avatar
Discard