Hi,
I have changed the version but now it is giving IoError.

tryton --version
Tryton 3.8.4

trytond --version
trytond 3.8.0


Traceback:
ERROR:tryton.common.common:Traceback (most recent call last):
  File "/trytond/protocols/jsonrpc.py", line 162, in _marshaled_dispatch
    response['result'] = dispatch_method(method, params)
  File "/trytond/protocols/jsonrpc.py", line 191, in _dispatch
    res = dispatch(*args)
  File "/trytond/protocols/dispatcher.py", line 41, in dispatch
    res = security.login(database_name, user, session)
  File "/trytond/security.py", line 24, in login
    pool = _get_pool(dbname)
  File "/trytond/security.py", line 18, in _get_pool
    pool.init()
  File "/trytond/pool.py", line 144, in init
    self.start()
  File "/trytond/pool.py", line 97, in start
    register_classes()
  File "/trytond/modules/__init__.py", line 328, in register_classes
    for package in create_graph(get_module_list())[0]:
  File "/trytond/modules/__init__.py", line 158, in create_graph
    info = get_module_info(module)
  File "/trytond/modules/__init__.py", line 142, in get_module_info
    with tools.file_open(os.path.join(name, 'tryton.cfg')) as fp:
  File "/trytond/tools/misc.py", line 97, in file_open
    raise IOError('File not found : %s ' % name)
IOError: File not found : 
/trytond/modules/stock_location_sequence/tryton.cfg 

File not found : 
/usr/local/lib/python2.7/dist-packages/trytond-3.8.0-py2.7.egg/trytond/modules/stock_location_sequence/tryton.cfg

On Wednesday, 9 March 2016 23:42:25 UTC+5:30, raimonesteve wrote:
>
>
> El dia 09/03/2016 19.05, "Ashish Kumar" <ashish.ku...@gmail.com 
> <javascript:>> va escriure:
> >
> > Hi,
> >
> > I was trying to setup tryton on my machine (ubuntu) but I am getting 
> Incompatible version of the server error. I have followed below steps:
> >
> > 1.   hg clone https://hg.tryton.org/trytond
>
> Default branch is v3.9. Change to 3.8 branch
>
> > 2. Run bin/trytond
> > 3. I have installed tryton from pip
>
> Last version is 3.8
>
> > 4. Run tryton
> > 5. Filled the database details (Image1)
> >
> > 6. Error (Image2)
>

-- 
You received this message because you are subscribed to the Google Groups 
"tryton-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton-dev/edb2af69-1a58-4f68-a1db-a0e705d21300%40googlegroups.com.

Reply via email to