Hi kde@,

This looks like a bug to me.

I posted it to the python@ ML, since this is found in Python.


Yuri



-------- Forwarded Message --------
Subject:        Why does 'import PyQt5.QtCore` require py-sip in runtime?
Date:   Mon, 8 Jan 2018 11:29:22 -0800
From:   Yuri <y...@rawbw.com>
To:     freebsd-pyt...@freebsd.org



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


_______________________________________________
freebsd-pyt...@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to