[PyKDE] PyQt 4.0.1, sip 4.4.5, Qt 4.1.4 & VS 2005

Trent Nelson tnelson at onresolve.com
Wed Jul 19 15:42:22 BST 2006


> Is it any more complicated than running...
> 
> mt -manifest QtCore4.pyd.manifest -outputresource:QtCore4.pyd;2
> 
> ...etc after the linker?

Nope, that should do the trick (I didn't use a resource ID (i.e. ';2')
and it worked fine).  Keep in mind you'll have to do this step for
everything, including sip.exe, py4rcc.exe etc as well as all the .pyd
modules.

You'll only want to do it if the spec used is win32-msvc2005 too; it
wouldn't make sense for .NET 2002/2003 users.

> I'll update the SIP build system when I know what the details are.

Great, I'll give it a try when you're ready.

	Trent.




More information about the PyQt mailing list