On Thursday, 1 June 2017 08:23:41 UTC+2, 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? >
You have to build Trytond and the modules to run in Python 3. You can do that with - pip3 install trytond - If you want to run from trunk you have to build the packages yourself with python3 setup.py install. > > Regards > -- > Christophe > -- 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/028fa3c1-d21a-4263-a77b-2a007e336e20%40googlegroups.com.
