Ralf,
Thank you for the additional spec files! I still can't get it to work,
though. After installing SIP, QScintilla and PyQt (using your patch
file) I now get the error:
[andy@teleology andy]$ python
Python 2.2.2 (#2, Feb 5 2003, 10:40:08)
[GCC 3.2.1 (Mandrake Linux 9.1 3.2.1-5mdk)] 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/PyQt/qt.py", line 25, in ?
import libqtc
ImportError: /usr/lib/python2.2/site-packages/PyQt/libqtcmodule.so:
undefined symbol: _ZNK16QAssistantClient9classNameEv
>>>
I am using the latest of everything from Cooker. Any ideas?
-Andy