qarte No module named 'PyQt5.QtSvg'

Bug #1591735 reported by G.M.
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Qarte+7
New
Undecided
Unassigned

Bug Description

Just upgraded qarte. It doesn't start anymore.

Bad deps have been set for the package!!!

Traceback (most recent call last):
  File "/usr/bin/qarte", line 116, in <module>
    from core import Core
  File "/usr/share/qarte/core.py", line 28, in <module>
    from gui.mainui import MainUi
  File "/usr/share/qarte/gui/mainui.py", line 32, in <module>
    from .VWidgets_qt5.vlineedit import VLineEdit
  File "/usr/share/qarte/gui/VWidgets_qt5/vlineedit.py", line 35, in <module>
    from PyQt5.QtSvg import QSvgRenderer
ImportError: No module named 'PyQt5.QtSvg'

Revision history for this message
G.M. (sexxxenator) wrote :

Installing lacking package:
apt-get install python3-pyqt5.qtsvg

Results in another error:
Traceback (most recent call last):
  File "/usr/bin/qarte", line 117, in <module>
    main = Core()
  File "/usr/share/qarte/core.py", line 48, in __init__
    self.set_environment()
  File "/usr/share/qarte/core.py", line 75, in set_environment
    self.cfg = self.get_config()
  File "/usr/share/qarte/core.py", line 92, in get_config
    self.update_config(cfg)
  File "/usr/share/qarte/core.py", line 163, in update_config
    idx = [None, 'fr', 'de'].index(self.cfg['lang'])
AttributeError: 'Core' object has no attribute 'cfg'

Revision history for this message
G.M. (sexxxenator) wrote :

I've updated today I've got another error now. Still not working!!!
see: https://bugs.launchpad.net/qarte+7/+bug/1592524

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.