On 2017-06-01 08:23, Christophe wrote: > Hi, > > Well, it seemed to me to have seen that version 4.4 was ready for Python 3, > however every time I tried to start Tryton in a virtual environment Python 3 > there some probleme (ConfigParser for exemple). > is It possible to run Tryton in a Python 3 environment (Python 3 alone) ? is > there a recipe somewhere?
The server is Python 3 ready but not yet the GTK client. You have to install the packages in order to have 2to3 running, you can not run the code directly from the source. -- 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/20170601063800.GA30322%40kei.
