You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed using flatpak from Flathub, the latest version is installed. The problem persists after a reinstall. Errors:
[jvnknvlgl@thinkpad-p51 ~]$ flatpak run org.cvfosammmm.Setzer -v
Traceback (most recent call last):
File "/app/bin/setzer", line 28, in
from workspace.workspace import Workspace
File "/app/bin/workspace/workspace.py", line 22, in
from document.document import Document, LaTeXDocument, BibTeXDocument
File "/app/bin/document/document.py", line 26, in
import document.document_builder as document_builder
File "/app/bin/document/document_builder.py", line 18, in
import document.build_system.build_system as build_system
File "/app/bin/document/build_system/build_system.py", line 30, in
from app.service_locator import ServiceLocator
File "/app/bin/app/service_locator.py", line 20, in
import app.settings as settingscontroller
File "/app/bin/app/settings.py", line 20, in
gi.require_version('Gspell', '1')
File "/usr/lib/python3.7/site-packages/gi/init.py", line 129, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gspell not available
The text was updated successfully, but these errors were encountered:
Installed using
flatpak
from Flathub, the latest version is installed. The problem persists after a reinstall. Errors:The text was updated successfully, but these errors were encountered: