On Wed, Jul 16, 2014 at 12:53 PM, Jun Omae <[email protected]> wrote: > $ /dev/shm/setuptools-5.4.1/bin/easy_install --version > setuptools 5.4.1 > $ /dev/shm/setuptools-5.4.1/bin/easy_install Trac-1.0.1.zip > Processing Trac-1.0.1.zip > Writing /tmp/easy_install-RV2hlD/Trac-1.0.1/setup.cfg > Running Trac-1.0.1/setup.py -q bdist_egg --dist-dir > /tmp/easy_install-RV2hlD/Trac-1.0.1/egg-dist-tmp-pgDFF1 > Traceback (most recent call last): > ... > File > "/dev/shm/setuptools-5.4.1/lib/python2.6/site-packages/setuptools/sandbox.py", > line 62, in runner > _execfile(setup_script, ns) > File > "/dev/shm/setuptools-5.4.1/lib/python2.6/site-packages/setuptools/sandbox.py", > line 37, in _execfile > code = compile(script, filename, 'exec') > File "/tmp/easy_install-RV2hlD/Trac-1.0.1/setup.py", line 14 > > ^ > SyntaxError: invalid syntax
That issue has been reported and fixed in https://bitbucket.org/pypa/setuptools/issue/236. setuptools 5.4.2 is released. You can try the new release rather than the workaround. -- Jun Omae <[email protected]> (大前 潤) -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
