On Saturday 10 September 2005 09:25, Robert Gomułka wrote:
> Package: qtorrent
> Version: 2.9.1-1
> Severity: grave
> Justification: renders package unusable
>
> qtorrent does not start:
> $ qtorrent
> QTorrent starting up.. Please be patient as this might some time..
> Note: Psyco not detected, take a peek here: http://psyco.sf.net/
> Warning: couldn't load targets
> Traceback (most recent call last):
>   File "/usr/bin/qtorrent", line 37, in ?
>     run(VERSION)
>   File "/usr/lib/python2.4/site-packages/pyqtorrent3/__init__.py", line
> 5, in run qtorrent3.QTorrent3(version)
>   File "/usr/lib/python2.4/site-packages/pyqtorrent3/qtorrent3.py", line
> 37, in __init__ self.mainwin, start_gui = run_gui(self)
>   File "/usr/lib/python2.4/site-packages/pyqtorrent3/QtGui/__init__.py",
> line 4, in run_gui from mainwin import USE_KDE, MainWin
>   File "/usr/lib/python2.4/site-packages/pyqtorrent3/QtGui/mainwin.py",
> line 4, in ? from qt import *
> ImportError: /usr/lib/python2.4/site-packages/qt.so: undefined symbol:
> _ZTI11QMotifStyle

This is a bug in python-qt apparently. See bug #327360.

$ python
Python 2.3.5 (#2, Aug 31 2005, 03:10:40)
[GCC 4.0.2 20050821 (prerelease) (Debian 4.0.1-6)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from qt import *;
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: /usr/lib/python2.3/site-packages/qt.so: undefined symbol: 
_ZTI11QMotifStyle
>>>

And:

$ python2.4
Python 2.4.1+ (#2, Sep  5 2005, 01:01:16)
[GCC 4.0.2 20050821 (prerelease) (Debian 4.0.1-6)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from qt import *;
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: /usr/lib/python2.4/site-packages/qt.so: undefined symbol: 
_ZTI11QMotifStyle
>>>                                                     

-- 
Wesley J. Landaker <[EMAIL PROTECTED]> <xmpp:[EMAIL PROTECTED]>
OpenPGP FP: 4135 2A3B 4726 ACC5 9094  0097 F0A9 8A4C 4CD6 E3D2

Attachment: pgpf8Jc5xwDmO.pgp
Description: PGP signature

Reply via email to