Comment 5 for bug 1786224

Revision history for this message
VinsS (vincent-vandevyvre) wrote :

What is the return of

--------------------------------------------------------
python3
Python 3.6.5 (default, Apr 1 2018, 05:46:30)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import sip
>>> print(sip, sip.SIP_VERSION_STR)
<module 'sip' from '/usr/lib/python3/dist-packages/sip.cpython-36m-x86_64-linux-gnu.so'> 4.19.7
--------------------------------------------------------