[PyQt] ANN: PyQt v5.5.1 Released

Erik Hvatum ice.rikh at gmail.com
Sun Oct 25 20:17:54 GMT 2015


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.

Cheers,
Erik
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20151025/59c7de42/attachment.html>


More information about the PyQt mailing list