Bug 67640

Summary: missing link
Product: [Retired] Red Hat Linux Reporter: Gerald Teschl <gt>
Component: sipAssignee: Than Ngo <than>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-04-07 19:59:37 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Gerald Teschl 2002-06-28 16:21:19 UTC
I just tried PyQt and noted that it does not work:

[gerald@soliton PyQt-examples-3.1]$ ./aclock.py
Traceback (innermost last):
  File "./aclock.py", line 4, in ?
    from qt import *
  File "/usr/lib/python1.5/site-packages/qt.py", line 46, in ?
    import libsip
ImportError: No module named libsip

Creating the following link will make it happy:

ln -s libsip.so.8.0.0 libsipmodule.so

Comment 1 Ngo Than 2002-07-01 11:40:30 UTC
it's now fixed in 3.2.4-4. A workaround to this problem on 7.3 is that you
should install sip-devel which includes this symlink.

Comment 2 Gerald Teschl 2003-04-07 19:59:37 UTC
Confirmed. Works now.