[Distutils] scripts are not converted by 2to3

Alain Spineux aspineux at gmail.com
Tue Sep 13 01:17:25 CEST 2011


I have this in my setup.py

setup(
    ...
      scripts=[ 'scripts/sendmail', 'scripts/infomail.py' ],
      use_2to3 = True
    ...

and none of sendmail (without .py) or infomail.py (with .py) are
converted when running

/opt/python-3.2.2/bin/python3 setup.py install

Everything else are working fine.
Did I miss something ?

Regards.

-- 
Alain Spineux                   |  aspineux gmail com
Monitor your iT & Backups |  http://www.magikmon.com
Free Backup front-end       | http://www.magikmon.com/mksbackup
Your email 100% available |  http://www.emailgency.com


More information about the Distutils-SIG mailing list