mg schrieb:
> I know the incompatibility problem to have Python compiled with one
> compiler and packages with another one. Nevertheless, in my case, Python
> is well compiled with VisualStudio2005 thank to project files provided
> by Mr Python himself. So, Python is not yet ready to support completely
> VisualStudio2005: Python can be compiled with VisualStudio2005 but a
> VisualStudio2005-compiled-Python can not  install  additional packages.

As I just wrote in a different message: Make sure DISTUTILS_USE_SDK
and MSSdk are both set, and arrange PATH to point to the compiler to
want to use; then distutils will obey you.

Regards,
Martin
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to