On Wed, Apr 25, 2012 at 21:48, Chris Jerdonek <[email protected]> wrote: > What is the recommended workflow or instructions to include in a > project README to prevent new users from running into this kind of > error?
The instructions are to explain to the user that Python 3 support is via 2to3, and that this conversion is done at install time, so that all development is done in Python 2. //Lennart _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
