Sorry for this I found the problem i'm triying to access to invalid database.
Thanks 2012/4/12 Jonathan Finlay <[email protected]> > Dear all, i'm trying develop my first module for tryton (account_ec) and > having problems running tryton 2.3, i can use 2.2 for this but i think is a > better idea use the development version... > > The first bug is: > > ERROR:common.message:Traceback (most recent call last): > File "/trytond/protocols/jsonrpc.py", line 123, in _marshaled_dispatch > response['result'] = dispatch_method(method, params) > File "/trytond/protocols/jsonrpc.py", line 156, in _dispatch > res = dispatch(*args) > File "/trytond/protocols/dispatcher.py", line 36, in dispatch > res = security.login(database_name, user, session) > File "/trytond/security.py", line 19, in login > pool = _get_pool(dbname) > File "/trytond/security.py", line 13, in _get_pool > pool.init() > File "/trytond/pool.py", line 120, in init > lang=lang) > File "/trytond/modules/__init__.py", line 394, in load_modules > graph = create_graph(module_list)[0] > File "/trytond/modules/__init__.py", line 159, in create_graph > raise Exception('Module %s not found' % module) > Exception: Module web_mobile not found > > > The second bug is: > > File "/trytond/protocols/jsonrpc.py", line 123, in _marshaled_dispatch > response['result'] = dispatch_method(method, params) > File "/trytond/protocols/jsonrpc.py", line 156, in _dispatch > res = dispatch(*args) > File "/trytond/protocols/dispatcher.py", line 36, in dispatch > res = security.login(database_name, user, session) > File "/trytond/security.py", line 20, in login > user_obj = pool.get('res.user') > File "/trytond/pool.py", line 137, in get > return self._pool[self.database_name][type][name] > KeyError: 'res.user' > > > My arch debian 6.0.4 32 bits, im running withoput installation. > > Any idea? thanks! > > -- > Jonathan. > -- Jonathan. -- [email protected] mailing list
