[PyKDE] undefined symbol: FT_Seek_Stream
Vio
vmilitaru at sympatico.ca
Sun Aug 31 16:47:01 BST 2003
Greetings,
I want to transfer PyQt from one Debian box to another.
The reason being that the "target" box has quite limited ressources (old old laptop),
so recompiling PyQt on this box is something I wish to avoid.
First I have compiled PyQt3.8 on my "new" box, and it works beautifully.
Then, I simply copied /usr/local/lib/python2.3, /usr/local/qt, /usr/lib/libqt* to the target box,
but I can't get rid of this "ImportError":
ben:/# python
Python 2.3 (#1, Aug 30 2003, 01:33:11)
[GCC 2.95.4 20011002 (Debian prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import qt
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/local/lib/python2.3/site-packages/qt.py", line 24, in ?
import libsip
ImportError: /usr/local/qt/lib/libqt-mt.so.3: undefined symbol: FT_Seek_Stream
>>>
Any idea what's causing it?
Regards,
Vio
More information about the PyQt
mailing list