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
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
|
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
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
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