← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 680479] Re: Windows : v6 impossible to create database AttributeError

 

si dans server\library.zip\addons, je remplace __init__.pyo par server\bin\addons\__init__.py en modifiant dans ce dernier fichier ligne 51 :
-ad_paths= map(lambda m: os.path.abspath(m.strip()),tools.config['addons_path'].split(','))
+ad_paths= map(lambda m: os.path.abspath(m.strip()),opj(tools.config['root_path'], 'addons').split(','))

je peux créer une base de données.

La logique voudrait que si dans les sources je fais la même
modification, à savoir dans server\bin\addons\__init__.py et que je
build le server, l'erreur est corrigée, et bien ce n'est pas le cas
(j'ai bien supprimer les dossiers build et dist dans server et
server\win32

en fait c'est encore le probleme dans server\bin\tools\config.py avec root_path et addons_path qui n'est pas vraiment le meme sous windows et linux, qui n'est pas pris en compte ou qui bug avec la parad faites dans setup.py, mais qui a ete reporte a plus tard en ce qui concerne la resolution.
a moins que je me trompe.

-- 
Windows : v6 impossible to create database AttributeError
https://bugs.launchpad.net/bugs/680479
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Server: New

Bug description:
Hi
 windows vista french creation of database in french
server 3929
addons 3951

trying to create a database, after 5 secondes, I have this error :

[2010-11-23 14:20:18,206][?] INFO:server:OpenERP server is running, waiting for connections...
[2010-11-23 14:21:01,193][template1] INFO:web-services:CREATE DATABASE: admin
[2010-11-23 14:21:01,322][admin] ERROR:web-services:[01]: CREATE DATABASE
[2010-11-23 14:21:01,322][admin] ERROR:web-services:[02]: Traceback (most recent call last):
[2010-11-23 14:21:01,322][admin] ERROR:web-services:[03]:   File "service\web_services.pyo", line 94, in __call__
[2010-11-23 14:21:01,322][admin] ERROR:web-services:[04]:   File "tools\misc.pyo", line 61, in init_db
[2010-11-23 14:21:01,322][admin] ERROR:web-services:[05]:   File "tools\misc.pyo", line 187, in file_open
[2010-11-23 14:21:01,322][admin] ERROR:web-services:[06]: AttributeError: 'module' object has no attribute 'ad_paths'
[2010-11-23 14:21:14,558][?] INFO:db.connection_pool:ConnectionPool(used=0/count=1/max=64): Close all connections to 'host=127.0.0.1 port=5432 user=openpg password=openpgpwd dbname=admin'
[2010-11-23 14:21:14,828][template1] INFO:web-services:DROP DB: admin
[2010-11-23 14:21:34,045][template1] INFO:web-services:CREATE DATABASE: admin
[2010-11-23 14:21:34,174][admin] ERROR:web-services:[01]: CREATE DATABASE
[2010-11-23 14:21:34,174][admin] ERROR:web-services:[02]: Traceback (most recent call last):
[2010-11-23 14:21:34,174][admin] ERROR:web-services:[03]:   File "service\web_services.pyo", line 94, in __call__
[2010-11-23 14:21:34,174][admin] ERROR:web-services:[04]:   File "tools\misc.pyo", line 61, in init_db
[2010-11-23 14:21:34,174][admin] ERROR:web-services:[05]:   File "tools\misc.pyo", line 187, in file_open
[2010-11-23 14:21:34,174][admin] ERROR:web-services:[06]: AttributeError: 'module' object has no attribute 'ad_paths'

Bye





References