Re: [python-win32] how do I build pywin32?

2008-10-13 Thread Tim Newsham
Didn't you have to install SWIG to run this? What version did you get? Perhaps you should check those files to see if anything looks unusual. Both of them are generated by SWIG. I didn't install SWIG. I'm using python2.4.5 and pywin32-212.zip. I assume it came with the swig files pregenerated

Re: [python-win32] how do I build pywin32?

2008-10-13 Thread Tim Roberts
Tim Newsham wrote: >>> visual studio 7.1 and the win sdk? What do I need to install to >>> properly build pywin32? >> >> It may be worth trying an older version of the SDK. The Vista SDK >> version of specstrings.h does not try to include sal.h. > > Vista SDK worked a lot better, but did not make

Re: [python-win32] how do I build pywin32?

2008-10-13 Thread Tim Newsham
visual studio 7.1 and the win sdk? What do I need to install to properly build pywin32? It may be worth trying an older version of the SDK. The Vista SDK version of specstrings.h does not try to include sal.h. Vista SDK worked a lot better, but did not make it all the way through: e:\pywin3

Re: [python-win32] how do I build pywin32?

2008-10-13 Thread Tim Newsham
Why are you building Python from scratch? Just curious. I need pdb's to debug a crash. Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. Tim Newsham http://www.thenewsh.com/~newsham/ ___ python-win32 mailing list python-win32@python.or

Re: [python-win32] how do I build pywin32?

2008-10-13 Thread Tim Roberts
Tim Newsham wrote: > I have downloaded and built python2.4.5 using visual studio 7.1sp1. > I have installed windows server 2008 sdk. When I try to build > pywin32-212 I get an error: > ... > which seems to be some incompatibility between the headers from > visual studio 7.1 and the win sdk? What

[python-win32] how do I build pywin32?

2008-10-13 Thread Tim Newsham
I have downloaded and built python2.4.5 using visual studio 7.1sp1. I have installed windows server 2008 sdk. When I try to build pywin32-212 I get an error: e:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c /nologo /Ox /MD /W3 /GX /DNDEBUG -DDISTUTILS_BUILD -Icom/win32com/sr

Re: [python-win32] Extending DLL search path?

2008-10-13 Thread Arve Knudsen
On Wed, Oct 1, 2008 at 6:56 AM, Larry Bates <[EMAIL PROTECTED]> wrote: > Arve Knudsen wrote: >> >> Hi >> >> I have a C++ program which embeds Python and is itself modularized >> into several DLLs. The Python part (extensions) of the application >> again links to these DLLs, the problem is the conta