[Distutils] python version problem during install distutils

Éric Araujo merwok at netwok.org
Tue Aug 20 00:58:34 CEST 2013


Hi,

You don’t have to install distutils if you’re using Python 2.5: it is in
the standard library that ships with Python.

The error you’re seeing probably comes from Python mixing the standard
library distutils with the one being installed.

Hope this helps


More information about the Distutils-SIG mailing list