On Wed, Mar 24, 2010 at 11:08, Guenter Milde <[email protected]> wrote: > AFAIK, you must convert the code with 2to3. This is automatically done, if > you install with setuptools under Python 3.
No, it's not automatically done. In fact, setuptools has no such support except the one in distutils. There is easy support for converting at install Distribute under Python 3, but it must be enabled by the package authors, as code generally does not convert cleanly. -- Lennart Regebro: http://regebro.wordpress.com/ Python 3 Porting: http://python-incompatibility.googlecode.com/ +33 661 58 14 64 -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.
