Re: Trouble building pywin32 with Visual Studio 2005

2007-11-16 Thread danfike
> > If you know what you are doing, you can override the logic of distutils. > > Set up an SDK environment (with LIBRARY, INCLUDE and everything), then > > also set the MSSdk environment variable (which should get set if you > > use the standard environment batch file from the SDK), and then also >

Re: Trouble building pywin32 with Visual Studio 2005

2007-11-14 Thread Martin v. Löwis
> Either I misunderstand, or you do. If it wasn't clear, I have already > rebuilt Python using Visual Studio 2005. I see. I must have misunderstood then - if you already rebuilt Python itself, all is fine. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list

Re: Trouble building pywin32 with Visual Studio 2005

2007-11-14 Thread danfike
> > In order to test this theory (and potentially fix it), I want to re- > > build the pywin32 stuff using Visual Studio 2005. > > That might not be sufficient. You have to rebuild Python itself as well. Either I misunderstand, or you do. If it wasn't clear, I have already rebuilt Python using Vis

Re: Trouble building pywin32 with Visual Studio 2005

2007-11-14 Thread Martin v. Löwis
> Now, my theory on this issue is that DLLs like win32api.pyd, which I > acquired pre-built, were built with Visual Studio 2003, and they > depend on msvcr71.dll. My Python/MFC application, on the other hand, > was built with Visual Studio 2005, and is linking with msvcr80.dll. If > memory gets all

Re: Trouble building pywin32 with Visual Studio 2005

2007-11-14 Thread kyosohma
On Nov 14, 12:41 pm, [EMAIL PROTECTED] wrote: > Hi everybody... > > I'm hoping one of you reading this can help me out here. I'm having > trouble getting pywin32 to build with Visual Studio 2005. But first, > some background. > > I'm embedding Python in an MFC application. I've manually built > Pyt