You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tryton
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?
Regards
--
Christophe
Cédric Krier
unread,
Jun 1, 2017, 2:40:05 AM6/1/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tryton
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.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tryton, c...@adiczion.net
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.