PyWin32 installation

Roger Upole rupole at hotmail.com
Mon Jan 24 23:17:23 EST 2005


Gdi32 needs to be added to the libraries for win32print in setup.py.
(just checked it in)

              Roger


"mg" <mg.mailing-list at laposte.net> wrote in message 
news:mailman.1171.1106557219.22381.python-list at python.org...
> 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 
> __imp__StartDocA at 8 referenced in function "struct _object * __cdecl 
> PyStartDoc(struct _object *,struct _object *)" 
> (?PyStartDoc@@YAPAU_object@@PAU1 at 0@Z)
>            win32print.obj : error LNK2019: unresolved external symbol 
> __imp__EndDoc at 4 referenced in function "struct _object * __cdecl 
> PyEndDoc(struct _object *,struct _object *)" 
> (?PyEndDoc@@YAPAU_object@@PAU1 at 0@Z)
>
> Then, I don't kwnow how to solve theses problem ! Is there someone tho 
> help me ?
> Thank,
>
> Mathieu G. 




----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= East/West-Coast Server Farms - Total Privacy via Encryption =---



More information about the Python-list mailing list