Well, my educated guess is it's because PyQt4 is being compiled with VS2010,
but the Python binaries are all compiled under VS2008. I've had issues
before trying to use sip/PyQt4 compiled with VS2010, with Python compiled
with 2008, in that strings would end up being blank or having odd crashes
goi
Hi,
I've got a SIP wrapper for a C++ library and have some issue
with running under Win32 after compiling with Visual Studio 10.
Within the library I have a number of functions that return
QString objects or (mostly const) references. Under Linux every-
thing works fine, e.g. if I do in a Pytho