<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
Markus Jais wrote:<br>
<blockquote type="cite" cite="mid1039038907.18634.1.camel@eagle">
<pre wrap="">hello
I have successfully (at least I think so) installed the latest
snapshot (29th of November).
I also have the latest sip snapshot, Qt 3.1.0, python 2.2.2
on RedHat 7.3
now my error:
Python 2.2.2 (#1, Nov 22 2002, 23:34:23)
[GCC 2.96 20000731 (Red Hat Linux 7.3 2.96-110)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
</pre>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<pre wrap="">import qt
</pre>
</blockquote>
</blockquote>
</blockquote>
<pre wrap=""><!---->Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/local/lib/python2.2/site-packages/qt.py", line 39, in ?
import libqtc
ImportError: /usr/local/lib/python2.2/site-packages/libqtcmodule.so:
undefined symbol: metaObject__C16QAssistantClient
any idea where something went wrong ?
markus
__________________________________________________________________
Gesendet von Yahoo! Mail - <a class="moz-txt-link-freetext" href="http://mail.yahoo.de">http://mail.yahoo.de</a>
Weihnachts-Einkäufe ohne Stress! <a class="moz-txt-link-freetext" href="http://shopping.yahoo.de">http://shopping.yahoo.de</a>
_______________________________________________
PyKDE mailing list <a class="moz-txt-link-abbreviated" href="mailto:PyKDE@mats.gmd.de">PyKDE@mats.gmd.de</a>
<a class="moz-txt-link-freetext" href="http://mats.gmd.de/mailman/listinfo/pykde">http://mats.gmd.de/mailman/listinfo/pykde</a>
</pre>
</blockquote>
Hi,<br>
<br>
I had the same problen. I guess you have configured Qt-3.1.0 with a prefix
and<br>
called 'make install' after building.<br>
<br>
Installing Qt this way strips not only the executables and shared libraries,
it also strips<br>
the archive libraries (qmake is very buggy on install targets, it also strips
html files and<br>
other types of files). <br>
<br>
This results in the unresolved symbol when linking.<br>
<br>
The solution is to copy the (unstripped) archive libraries from the build
directory to the<br>
target directory by hand after installing.<br>
<br>
Ulli<br>
<br>
<br>
</body>
</html>