Opened 6 years ago

Closed 6 years ago

#57026 closed defect (fixed)

py36-pyqt4 cannot find PyQt4.sip module

Reported by: amicitas Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 2.5.3
Keywords: Cc:
Port: py-pyqt4

Description

Description

py36-pyqt4 broken, cannot find module 'PyQt4.sip'.

This problem exists in @4.12.2_0 but not in @4.12.1_2

Affected versions

py36-pyqt4 @4.12.2_0

Example

Input:

from PyQt4 import QtCore

Error:

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-1-4f398e93dbe3> in <module>()
----> 1 from PyQt4 import QtCore

ModuleNotFoundError: No module named 'PyQt4.sip'

System Info

OSX 10.11.6 python36 @3.6.6_0

Change History (2)

comment:1 Changed 6 years ago by mf2k (Frank Schima)

Owner: set to michaelld
Port: py-pyqt4 added; py36-pyqt4 removed
Status: newassigned

In the future, please add the port maintainer(s) to Cc (port info --maintainers py36-pyqt4), if any.

comment:2 Changed 6 years ago by michaelld (Michael Dickens)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.