Re: Step by step: Compiling extensions with MS Visual C++ Toolkit 2003 - msvccompiler-patch.txt (0/1)

2005-03-18 Thread magoldfish
Is it possible to compile extension modules on windows platforms using MS Visual C++ Express 2005, or Visual Studio 8? If so, how would one modify the instructions posted in this thread? [assume I also have Toolkit 2003 installed, if necessary, for msvcr71.lib] Marcus Mike C. Fletcher wrote: >

Re: Python 2.4 / WinXP / distutils error (cookbook example)

2005-03-07 Thread magoldfish
Martin v. Löwis wrote: > There are several solutions, but one is to install Visual Studio .NET > 2003 (which is different from Visual Studio .NET, also referred to > as VS.NET 2002). Microsoft managed to rename the C library (CRT) between > 2002 (msvcr7.dll) and 2003 (msvcr71.dll), and you need to

Python 2.4 / WinXP / distutils error (cookbook example)

2005-03-07 Thread magoldfish
Hi, I've installed Python 2.4 on Windows XP and walked through the Alex Martelli ASPN cookbook example at: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/66509 This is a recipe for a simple extension type for Python. When I try to build and install it, however, I get an error: c:\t