[PyQt] ANN: PyQt v5.5.1 Released

V. Armando Sole sole at esrf.fr
Mon Oct 26 07:02:34 GMT 2015


On 25.10.2015 23:12, Phil Thompson wrote:
> 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.
> 

The output is again 4.17

Armando




More information about the PyQt mailing list