[PyQt] ANN: PyQt v5.5.1 Released

V. Armando Sole sole at esrf.fr
Sun Oct 25 20:25:59 GMT 2015


On 25.10.2015 21:17, Erik Hvatum 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.

Nope. Only sip version installed under python 3.5

The output of your command is:

4.17
c:\Python3.5\lib\site-packages\sip.pyd

I have skipped the test about the sip version in configure.py and 
compilation is going on.

Armando







More information about the PyQt mailing list