Mailinglist Archive: opensuse-programming-de (158 mails)
| < Previous | Next > |
SuSE 8.2 + python + PyQt = ImportError
- From: Daniel Frein <lists@xxxxxxxxxxxxxxx>
- Date: Tue, 13 May 2003 21:40:16 +0200
- Message-id: <200305132140.16350.lists@xxxxxxxxxxxxxxx>
Hallo,
habe ein Problem mit python-2.2.2-82 und PyQt-3.5.-54 bei SuSE 8.2:
Beim Laden von qt tritt ein ImportError auf. Gibt es da ein work-around oder
sind die SuSE-rpms fehlerhaft?
test@schlauchboot:~> python
Python 2.2.2 (#1, Mar 17 2003, 15:17:58)
[GCC 3.3 20030226 (prerelease) (SuSE Linux)] 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/lib/python2.2/site-packages/qt.py", line 39, in ?
import libqtc
ImportError: /usr/lib/python2.2/site-packages/libqtcmodule.so: undefined
symbol: _ZNK16QAssistantClient9classNameEv
Danke
Daniel Frein
habe ein Problem mit python-2.2.2-82 und PyQt-3.5.-54 bei SuSE 8.2:
Beim Laden von qt tritt ein ImportError auf. Gibt es da ein work-around oder
sind die SuSE-rpms fehlerhaft?
test@schlauchboot:~> python
Python 2.2.2 (#1, Mar 17 2003, 15:17:58)
[GCC 3.3 20030226 (prerelease) (SuSE Linux)] 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/lib/python2.2/site-packages/qt.py", line 39, in ?
import libqtc
ImportError: /usr/lib/python2.2/site-packages/libqtcmodule.so: undefined
symbol: _ZNK16QAssistantClient9classNameEv
Danke
Daniel Frein
| < Previous | Next > |