[PyKDE] PyQt 4.0.1, sip 4.4.5, Qt 4.1.4 & VS 2005
Phil Thompson
phil at riverbankcomputing.co.uk
Wed Jul 19 09:35:57 BST 2006
On Tuesday 18 July 2006 11:58 pm, Trent Nelson wrote:
> > On Tuesday 18 July 2006 7:37 pm, Trent Nelson wrote:
> > > Does anyone have PyQt 4.0.1, sip 4.4.5, Qt 4.1.4 & VS 2005 playing
> > > nicely? My version of Qt 4.1.4 was built against VS 2005, and as
>
> such,
>
> > > deals with embedding .manifest info correctly. However, although
>
> sip
>
> > > contains a spec for 'win32-msvc2005', it doesn't account for
>
> .manifests
>
> > > (i.e. they're not embedded or copied to the target directory), so
> > > nothing works.
> >
> > Are the manifests generated? Can you embed them manually with mt?
>
> Yeah, I ended up doing it manually. It was a bit painful though.
Is it any more complicated than running...
mt -manifest QtCore4.pyd.manifest -outputresource:QtCore4.pyd;2
...etc after the linker?
I'll update the SIP build system when I know what the details are.
Phil
More information about the PyQt
mailing list