[PyQt] ANN: PyQt v5.5.1 Released

Phil Thompson phil at riverbankcomputing.com
Sun Oct 25 22:12:58 GMT 2015


On 25 Oct 2015, at 8:17 p.m., Erik Hvatum <ice.rikh at gmail.com> wrote:
> 
> 
> 
> On Sun, Oct 25, 2015 at 2:43 PM, V. Armando Sole <sole at esrf.fr> wrote:
> Hello,
> 
> I cannot compile new PyQt5 with current sip version under python 3.5 and VS2015.
> 
> I have installed sip 4.17 but it keeps saying I need 4.16.6 or later (see attached picture).
> 
> Did I miss anything?
> 
> Armando
> 
> 
> Try running
> python -c "import sip; print(sip.SIP_VERSION_STR); print(sip.__file__)"
> in the command line.  Perhaps Python is finding an older version of SIP in your home directory or some such thing.

It's the version of sip.exe that matters, not the version of the sip module. Run sip -V to see what version is being used.

Phil


More information about the PyQt mailing list