Hi,
I'm having a problem with the current PyQt package in contrib. After I
install it (together with its dependencies sip and libsip9)
it doesn't quite work -- says it can't find libsip:
[andy@teleology quasinormal]$ python
Python 2.2.2 (#2, Jan 4 2003, 14:19:43)
[GCC 3.2.1 (Mandrake Linux 9.1 3.2.1-2mdk)] on linux-i386
Type "help", "copyright", "credits" or "license" for more information.
>>> import qt
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.2/site-packages/qt.py", line 35, in ?
import libsip
ImportError: No module named libsip
I can get rid of this problem by creating a symlink but then I get an
"undefined symbol" error in its place:
[root@teleology site-packages]# ln -s libsip.so.9 libsip.so
[root@teleology site-packages]# exit
[andy@teleology site-packages]$ python
[GCC 3.2.1 (Mandrake Linux 9.1 3.2.1-2mdk)] on linux-i386
Type "help", "copyright", "credits" or "license" for more information.
>>> import qt
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.2/site-packages/qt.py", line 39, in ?
import libqtc
ImportError: ./libqtcmodule.so: undefined symbol:
_ZNK9QSGIStyle9classNameEv
I'm using all the Python packages from Cooker as far as I know. A
Google search suggests that Qt for Mandrake is compiled in some special
way (missing some styles?) and therefore PyQt must be patched to remove
them. Anyone have any experience with this?
Alternatively, since the whole point of this is to be able to use
imgSeek: has anyone got imgSeek running on a Cooker system?
Thanks,
-Andy