[PyKDE] PyQt-3.1 undefined symbol: metaObject__
    M K 
    chugadie.geo at yahoo.com
       
    Mon Apr 29 20:34:01 BST 2002
    
    
  
Hi guys, having a little trouble installing PyQt-3.1
on mdk-8.2
I installed Qt-3 from rpm (with the devel package),
built sip and PyQt-3.1 myself.  When I run make
install on pyqt i get the following error
(cd /tmp;
PYTHONPATH=/usr/lib/python2.2/site-packages:/usr/lib/python2.2/site-packages
/usr/bin/python -c "import qt")
Traceback (most recent call last):
  File "<string>", line 1, in ?
  File "/usr/lib/python2.2/site-packages/qt.py", line
47, in ?
    import libqtc
ImportError:
/usr/lib/python2.2/site-packages/libqtcmodule.so:
undefined symbol: metaObject__C9QSGIStyle
I've rebuilt pyqt about 4 times over the weekend and
solved incremental problems relating to pyqt-mt.so.2
being on the system, but that is not the case now. 
I've checked all the relevant objects and executables,
including, but not limited to:
/usr/lib/qt3/bin/moc
/usr/lib/python2.2/site-packages/libqtcmodule.so
/usr/lib/python2.2/site-packages/libsip.so.8
and none of them are linked to qt2.  I'm assuming this
has something to do with moc and the SGI theme.  I
can't tell much more than that.  I can't find any
reference to 'qt2' in the entire source for PyQt-3.1
nor sip-3.1.
T.I.A.
__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com
    
    
More information about the PyQt
mailing list