Hi all,
I have reinstalled my Win32 computer last week and I did an update of the project PyWin32 to complete my Python installation.
(I have to use sources from CVS for my project !)
So, when I run 'python setup.py' in my PyWin32 directory, I have two problem : the version indacated in windows.h and some symbols who are not defined. See the trace :
running install
running build
running build_py
running build_ext
Warning - can't find an installed platform SDK
Found WINDOWS.H version 0x501 in C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\include
building 'win32print' extension
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\ext_projects\python\dist\src\libs /LIBPATH:C:\ext_projects\python\dist\src\PCBuild /LIBPATH:build\temp.win32-2.5\Release winspool.lib user32.lib /EXPORT:initwin32print build\temp.win32-2.5\Release\win32\src\win32print\win32print.obj /OUT:build\lib.win32-2.5\win32\win32print.pyd /IMPLIB:build\temp.win32-2.5\Release\win32\src\win32print\win32print.lib /MACHINE:ix86
Creating library build\temp.win32-2.5\Release\win32\src\win32print\win32print.lib and object build\temp.win32-2.5\Release\win32\src\win32print\win32print.exp
win32print.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function "struct _object * __cdecl PyStartDoc(struct _object *,struct _object *)" (?PyStartDoc@@YAPAU_object@@[EMAIL PROTECTED]@Z)
win32print.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function "struct _object * __cdecl PyEndDoc(struct _object *,struct _object *)" (?PyEndDoc@@YAPAU_object@@[EMAIL PROTECTED]@Z)
Then, I don't kwnow how to solve theses problem ! Is there someone tho help me ?
Thank,
Mathieu G. -- http://mail.python.org/mailman/listinfo/python-list