[PyKDE] libsip exec format error

Matthew Landt bash at austin.rr.com
Fri Feb 28 12:06:01 GMT 2003


I'm having problems running an application.  It is having problems loading
libsip from the "from qt import *".  Looking for any advice.  This is on
an AIX server.  Python 2.2, QT 3.1.1, SIP 3.1.5, PyQt 3.5.

Here is the error:
$ python -c "import qt"     
Traceback (most recent call last):
  File "<string>", line 1, in ?
  File "/usr/local/lib/python2.2/site-packages/qt.py", line 35, in ?
    import libsip
ImportError: from module libsip.so Exec format error
  /usr/local/qt/lib/libqt.a
 __terminate 0 python
 __get_eh_context 1 python
 __sjthrow 2 python
 __pure_virtual 3 python
 __udivdi3 4 python
 __umoddi3 5 python
 terminate__Fv 6 python
 __eh_alloc 7 python
 __cp_push_exception 8 python
 __tf9exception 9 python
 _vt.9exception 10 python
 __ti9exception 11 python
 __builtin_delete 12 python
 __builtin_new 13 python
 __builtin_vec_delete 14 python
 __builtin_vec_new 15 python
 __rtti_class 16 python
 __rtti_si 17 python
 __rtti_user 18 python
  /usr/local/lib/python2.2/site-packages/libsip.so
 __terminate 227 python
 __get_eh_context 228 python
 __sjthrow 229 python
 __eprintf 230 python
 __pure_virtual 231 python
 __udivdi3 232 python
 __umoddi3 233 python
 __builtin_delete 234 python
 __builtin_new 235 python
 __builtin_vec_delete 236 python
 __builtin_vec_new 237 python
 __rtti_class 238 python
 __rtti_si 239 python
 __rtti_user 240 python




More information about the PyQt mailing list