On 2015-06-10 06:14, Halim Cemal Bayram wrote: > Hello everyone, > > I'm trying to install tryton server on windows 8. > I turn my date&time setting too UTC. > But when i try to run tryton server with the following code; > > python C:\Python27\Scripts\trytond -c C:\Python27\Scripts\trytond.conf -d > tryton --all > > i get error message : ERROR:trytond.server:timezone is not set to UTC
I think it is normal on windows because we can not get the timezone correctly from Python. > What could be the reason of this error, have you got an idea? > > full of command prompt output is : > "C:\Python27\lib\site-packages\trytond-3.4.2-py2.7.egg\trytond\backend\__ > init__.py", line 19, in get > module = sys.modules[modname] > KeyError: 'trytond.backend.' The issue is not the timezone but that you did not configure correctly the database backend. http://doc.tryton.org/3.4/trytond/doc/topics/configuration.html#database -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/
