April 28, 2012
4:59 a.m.
On Wed, Apr 25, 2012 at 21:48, Chris Jerdonek <chris.jerdonek@gmail.com> 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