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
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
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
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
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
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