[Distutils] scripts are not converted by 2to3

Lennart Regebro regebro at gmail.com
Tue Sep 13 12:07:14 CEST 2011


On Tue, Sep 13, 2011 at 01:17, Alain Spineux <aspineux at gmail.com> wrote:
> 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 ?

I don't think so, sounds like a bug.

//Lennart


More information about the Distutils-SIG mailing list