Author peterschwalm
Recipients
Date 2006-06-22.11:39:01
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1543425

If I interpret the bug tracker correctly, the 2.5 team is 
not about to change the "normal" build process for windows, 
because they refer to a special pcbuild8 directory for 
building with Visual Studio express. Of course if building 
python 2.5 with VC8 is possible, this is an improvement. 

But the problem is:
the "normal" build process of a python distribution is also 
integrated into the setup modules for building extensions (.
pyd-Files). And that means: anyone who wants to build a c-
language extension, has to 

-   either still have the withdrawn MS compiler
-   or build a custom version of python 2.5 (with pcbuild 8
).

And what about distributing the .pyd-Files if she/he uses 
alternative 2? One would have to distribute the custom 
python version too.

My conclusion:
it would be very helpful if the windows version of python 2.
5 were build with the vc8 compiler!
History
Date User Action Args
2007-08-23 15:52:55adminlinkissue1509163 messages
2007-08-23 15:52:55admincreate