On Tue, Sep 13, 2011 at 01:17, Alain Spineux <[email protected]> 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
_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to