On 2017-10-28 20:07, PMan wrote: > @Cedric: > Thank you, that did it. In the docs here: > http://doc.tryton.org/4.4/trytond/doc/topics/start_server.html > it says " you can use the application trytond.application.app" That > has a period '.' between application and app, but what is required is > a colon ':'.
The documentation shows the qualified name for the application. The need to use colon is a particularity of uwsgi (but also some other applications). But I think we should use the Python standard format in the documentation. -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ -- 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/20171029092610.GH6037%40kei.
