> Does anyone know, why setuptools cannot find VS8? 

Python 2.5 does not support being built with VS8, and distutils
"knows" that. The official compiler to build Python 2.5 is
VS 7.1.

There are environment variables to tell distutils otherwise;
see the documentation or the source for details. This question
is off-topic for python-dev.

Regards,
Martin
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to