When starting trytond ver 4.1.0, I get this error:
(trytond) mr@abc24:~/training/trytond4$ bin/trytond -c ../trytond4p.conf -d
test
Traceback (most recent call last):
File "bin/trytond", line 24, in <module>
from trytond.application import app
File "/home/mr/training/trytond4/trytond/application.py", line 8, in
<module>
Pool.start()
File "/home/mr/training/trytond4/trytond/pool.py", line 97, in start
register_classes()
File "/home/mr/training/trytond4/trytond/modules/__init__.py", line 362,
in register_classes
mod_file, pathname, description)
File "/home/mr/training/trytond4/trytond/modules/account/__init__.py",
line 6, in <module>
from .account import *
File "/home/mr/training/trytond4/trytond/modules/account/account.py",
line 8, in <module>
from sql import Column, Null, Window, Literal
ImportError: cannot import name Window
Contents of trytond4p.conf:
[database]
uri = postgresql://tryton:xxxxxxxx@localhost:5432/
[session]
super_pwd = xxxxxxxxxxxxx
I created tryton user with this command:
createuser --createdb --username postgres --no-createrole --pwprompt tryton
Regards,
Marko
--
You received this message because you are subscribed to the Google Groups
"tryton" group.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tryton/b2858874-560d-4002-9cd1-e374d532fa4a%40googlegroups.com.