[QGIS-Developer] Python support still broken
Borys Jurgiel
lists at borysjurgiel.pl
Wed Oct 24 04:06:46 PDT 2018
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 to check this
> too:
> https://github.com/qgis/QGIS/commit/0fad3e5731b32680acab9a43b146c73f4e1dab6a
> #commitcomment-31023279
>
> On Wed, Oct 24, 2018 at 12:44 PM Borys Jurgiel <lists at borysjurgiel.pl>
>
> wrote:
> > 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 python/PyQt/PyQt5/sip.py is executed, the exception there is
> > handled
> > properly and the error occurs later. Honestly I'm a bit lost in the paths
> > ;)
> >
> > Debian Buster
> > sip 4.19.13
> > python-pyqt5 5.11.3
> >
> > and Borys
More information about the QGIS-Developer
mailing list