Re: VisualStudio2005 supported in distutils

2006-08-07 Thread Jarek Zgoda
Martin v. Löwis napisał(a): >>Sure, but what if I succesfully compile Python with VS 2005? Hier ist >>der Hund begraben, distutils cann't handle this compiler so I'll be >>unable to compile any extension for my home-baken Python. > > It sure can. Just open a "Visual Studio Command Prompt" (or wha

Re: VisualStudio2005 supported in distutils

2006-08-07 Thread Martin v. Löwis
Jarek Zgoda schrieb: > Sure, but what if I succesfully compile Python with VS 2005? Hier ist > der Hund begraben, distutils cann't handle this compiler so I'll be > unable to compile any extension for my home-baken Python. It sure can. Just open a "Visual Studio Command Prompt" (or whatever its na

Re: VisualStudio2005 supported in distutils

2006-08-07 Thread Martin v. Löwis
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 comple

Re: VisualStudio2005 supported in distutils

2006-08-03 Thread mg
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 VisualStudi

Re: VisualStudio2005 supported in distutils

2006-08-02 Thread Jarek Zgoda
Martin v. Löwis napisał(a): >>Unfortunately, distutils does not support VisualStudio2005. I tried to >>modify the file msvccompiler.py without success (this case requires to >>support some changes of the Visual Studio 8 register for both Win32 and >>Win64). So, I wonder if the integration of Visua

Re: VisualStudio2005 supported in distutils

2006-08-02 Thread Martin v. Löwis
mg schrieb: > Unfortunately, distutils does not support VisualStudio2005. I tried to > modify the file msvccompiler.py without success (this case requires to > support some changes of the Visual Studio 8 register for both Win32 and > Win64). So, I wonder if the integration of VisualStudio2005 in di