FS#21215 - [luma] version 2.4-3 fails to run because it depends on python2 and sip < 4.11

Attached to Project: Community Packages
Opened by John Carlyle-Clarke (johncc) - Tuesday, 12 October 2010, 13:33 GMT
Last edited by Sergej Pupykin (sergej) - Thursday, 21 October 2010, 13:10 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Luma version 2.4-3 fails to run because it depends on python 2.x.

If I edit /usr/bin/luma and set it to use the "python2" interpreter, it then fails with a new error:

johncc@liberator:~$ luma
Traceback (most recent call last):
File "/usr/bin/luma", line 18, in <module>
from qt import *
RuntimeError: the sip module implements API v8.0 but the qt module requires API v7.1
This task depends upon

Closed by  Sergej Pupykin (sergej)
Thursday, 21 October 2010, 13:10 GMT
Reason for closing:  Won't fix
Additional comments about closing:  Orphaned in AUR:
http://aur.archlinux.org/packages.php?ID =7162
Comment by Rémy Oudompheng (remyoudompheng) - Wednesday, 13 October 2010, 08:34 GMT
Is it fixed by the pyqt3 update ?
Comment by Sergej Pupykin (sergej) - Wednesday, 13 October 2010, 08:37 GMT
No, it gives another runtime error now.

Traceback (most recent call last):
File "/usr/bin/luma", line 70, in <module>
startApplication()
File "/usr/bin/luma", line 39, in startApplication
gui = MainWin(None)
File "/usr/lib/luma/base/gui/MainWin.py", line 36, in __init__
MainWinDesign.__init__(self, parent)
File "/usr/lib/luma/base/gui/MainWinDesign.py", line 688, in __init__
self.languageChange()
File "/usr/lib/luma/base/gui/MainWinDesign.py", line 703, in languageChange
self.setCaption(self.__tr("Luma"))
File "/usr/lib/luma/base/gui/MainWinDesign.py", line 759, in __tr
return qApp.translate("MainWinDesign",s,c)
RuntimeError: underlying C/C++ object has been deleted

Loading...