On Wed, Mar 11, 2009 at 22:56, P.J. Eby <[email protected]> wrote: > If you're trying to say that you want a build process that can run without > there being a 2.x interpreter present, but starts with the same source code > base, I don't see how that's possible without having some sort of > alternative setup3.py or other .py scripts present, to do the conversion.
It's not a problem in general, the probleme here is that setuptools setup.py depends on setuptools, causing a catch22 situation, where you need to convert setuptools to Python3, before you can run the installer install it, and therefore you can't run the installer to convert to Python 3. -- Lennart Regebro: Pythonista, Barista, Notsotrista. http://regebro.wordpress.com/ +33 661 58 14 64 _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
