Is tryton officially python2 only ? I could not find any information on the 
website about this.

$ pip install trytond

When trying to pip install trytond I have this error:

  Running setup.py (path:/private/tmp/test/.env/build/trytond/setup.py) 
egg_info for package trytond
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/private/tmp/test/.env/build/trytond/setup.py", line 9, in 
<module>
        execfile(os.path.join('trytond', 'version.py'))
    NameError: name 'execfile' is not defined
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 17, in <module>

  File "/private/tmp/test/.env/build/trytond/setup.py", line 9, in <module>

    execfile(os.path.join('trytond', 'version.py'))

NameError: name 'execfile' is not defined

Reply via email to