[PyQt] Building SIP with Microsoft Visual Studio 2003 .net

Phil Thompson phil at riverbankcomputing.com
Sun Nov 9 10:18:04 GMT 2008


On Sat, 8 Nov 2008 23:14:30 -0700, Nathan Merkley <nmerk51 at hotmail.com>
wrote:
> I am attempting to build SIP 4.7.8 with Microsoft Visual Studio 2003 .net
> and I get an error about 'mt' not being found.  It looks as though 'mt'
was
> not included until Visual Studio 2005.  Is it possible to build SIP with
> this Visual Studio 2003, or will I need a new version?

If you are using Python v2.6 then it will default to MSVC 2008, earlier
versions will default to 2003. Use the -p flag to configure.py to override
the default.

Phil


More information about the PyQt mailing list