Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jan 2018 11:29:22 -0800
From:      Yuri <yuri@rawbw.com>
To:        freebsd-python@freebsd.org
Subject:   Why does 'import PyQt5.QtCore` require py-sip in runtime?
Message-ID:  <3c851be8-f901-f6de-80e7-455d0778a898@rawbw.com>

next in thread | raw e-mail | index | archive | help
This import fails in python36 w/out py36-sip installed:

Traceback (most recent call last):
   File "x.py", line 5, in <module>
     import PyQt5.QtCore
ModuleNotFoundError: No module named 'sip'


py-sip description red like it should be required in the runtime.

But if it is always required for PyQt5.QtCore, why isn't it 
automatically included then?


Yuri





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3c851be8-f901-f6de-80e7-455d0778a898>