Hi,

2016-03-10 12:02 GMT+01:00 Ashish Kumar <ashish.kumar.ii...@gmail.com>:

> 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
>

You have downloaded a module that depends of stock_location_sequence
module, but this module is not in your installation. You must download this
module first.


>
> 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> 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
> <https://groups.google.com/d/msgid/tryton-dev/edb2af69-1a58-4f68-a1db-a0e705d21300%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>



-- 

Jesús Martín

Zikzakmedia SL
C/ de Sant Jaume, 9, baixos, 2ª
08720 Vilafranca del Penedès
☏ 93 890 21 08

-- 
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/CAGcEmQxGL23AKceOK4bJN1Hdwkh%3DK%2BUE%2BoBxQ_5DSC3uzPPAbQ%40mail.gmail.com.

Reply via email to