Hi, On Sun, 31 Aug 2003 07:45:42 -0400 Vio <[EMAIL PROTECTED]> wrote:
> 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? > This is a symbol that may be defined in the freetype-2.x.x library. It looks like that the freetype headers that have been used to build Qt do not match the freetype library. Gerard _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
