ImportError: No module named 'PyQt5.sip'

Patrick Stinson patrickkidd at gmail.com
Mon Apr 27 16:19:48 BST 2020


Did you build sip with “—sip-module PyQt5.sip”?

> On Apr 26, 2020, at 11:45 PM, Gabriele Bulfon <gbulfon at sonicle.com> wrote:
> 
> 
> Hello,
>  
> I've built and packaged from sources PyQt5 for our XStreamOS/illumos distro.
> Your package is a requirement for LightDM web-greeter.
> After building and installing all the packages, trying to run web-greeter I receive this errors:
>  
> XStreamOS Chandra (powered by illumos) SunOS 5.11 March 2020
> gbulfon at xstreamos:~$ web-greeter
> Traceback (most recent call last):
> File "/usr/lib/python3.5/vendor-packages/whither/toolkits/bootstrap.py", line 31, in <module>
> from .qt.window import QtWindow as Window
> File "/usr/lib/python3.5/vendor-packages/whither/toolkits/qt/window.py", line 34, in <module>
> from PyQt5.QtWidgets import (
> ImportError: No module named 'PyQt5.sip'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
> File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
> "__main__", mod_spec)
> File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
> exec(code, run_globals)
> File "/usr/bin/web-greeter/__main__.py", line 37, in <module>
> File "/usr/lib/python3.5/vendor-packages/whither/app.py", line 33, in <module>
> from .toolkits.bootstrap import Application, Window, WebContainer
> File "/usr/lib/python3.5/vendor-packages/whither/toolkits/bootstrap.py", line 38, in <module>
> from .gtk.window import GtkWindow as Window
> File "/usr/lib/python3.5/vendor-packages/whither/toolkits/gtk/window.py", line 34, in <module>
> gi.require_versions({'Gtk': '3.0', 'Gdk': '3.0'})
> AttributeError: module 'gi' has no attribute 'require_versions'
>  
> I also have built and installed pyqt5-sip 12.7.2.
> Any idea what's missing?
> Or, where should I look for missing stuff? What is it looking for?
>  
> Thanks,
> Gabriele
> 
>  
>  
> Sonicle S.r.l. : http://www.sonicle.com
> Music: http://www.gabrielebulfon.com
> Quantum Mechanics : http://www.cdbaby.com/cd/gabrielebulfon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20200427/c0ead71b/attachment.htm>


More information about the PyQt mailing list