On Tue, Sep 13, 2011 at 12:07 PM, Lennart Regebro <[email protected]> wrote: > 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 >
"test_suite" is not converted if not in packages list. It looks like only .py file in "packages" are converted. I have reported the bug anonymously. It's not visible yet. -- 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 _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
