https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204185
w.schwarzenf...@utanet.at changed:
What|Removed |Added
CC||w.schwarzenf...@utanet.a
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200060
--- Comment #2 from Yuri Victorovich ---
(In reply to w.schwarzenfeld from comment #1)
Yes, this can never become irrelevant. All network values from
/usr/include/netinet/in.h need to be reflected in python (all versions).
The only reason
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200060
w.schwarzenf...@utanet.at changed:
What|Removed |Added
CC||w.schwarzenf...@utanet.a
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219687
Helen Koike changed:
What|Removed |Added
See Also||https://bugs.freebsd.org/bu
This import fails in python36 w/out py36-sip installed:
Traceback (most recent call last):
File "x.py", line 5, in
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.QtCo