Re: [QGIS-Developer] Python support still broken

2018-10-24 Thread Borys Jurgiel
Success. After n-th clearing and rebuilding it got refreshed. Thanks! Borys Dnia środa, 24 października 2018 13:06:46 CEST Borys Jurgiel pisze: > Thanks. I started from setting the SIP_IMPORT, although it doesn't help so > far. I'm trying to avoid clearing the whole ccache, but maybe that's the

Re: [QGIS-Developer] Python support still broken

2018-10-24 Thread Borys Jurgiel
Thanks. I started from setting the SIP_IMPORT, although it doesn't help so far. I'm trying to avoid clearing the whole ccache, but maybe that's the reason. Borys Dnia środa, 24 października 2018 12:50:20 CEST Alessandro Pasotti pisze: > Sorry, I didn't notice the version of SIP, maybe you want

Re: [QGIS-Developer] Python support still broken

2018-10-24 Thread Alessandro Pasotti
Sorry, I didn't notice the version of SIP, maybe you want to check this too: https://github.com/qgis/QGIS/commit/0fad3e5731b32680acab9a43b146c73f4e1dab6a#commitcomment-31023279 On Wed, Oct 24, 2018 at 12:44 PM Borys Jurgiel wrote: > Hi, > > I can't run Python after recent changes with sip: > >

Re: [QGIS-Developer] Python support still broken

2018-10-24 Thread Alessandro Pasotti
See: https://github.com/qgis/QGIS/pull/8301 On Wed, Oct 24, 2018 at 12:44 PM Borys Jurgiel wrote: > Hi, > > I can't run Python after recent changes with sip: > > Traceback (most recent call last): > File "", line 1, in > File >

[QGIS-Developer] Python support still broken

2018-10-24 Thread Borys Jurgiel
Hi, I can't run Python after recent changes with sip: Traceback (most recent call last): File "", line 1, in File "/home/borys/sources/qgis/build/output/python/qgis/core/__init__.py", line 27, in from qgis._core import * ModuleNotFoundError: No module named 'PyQt5.sip' For sure