Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setzer fails to run #26

Closed
jvnknvlgl opened this issue Dec 22, 2019 · 2 comments
Closed

Setzer fails to run #26

jvnknvlgl opened this issue Dec 22, 2019 · 2 comments

Comments

@jvnknvlgl
Copy link

jvnknvlgl commented Dec 22, 2019

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

@cvfosammmm
Copy link
Owner

Thanks for reporting. It should now be fixed. Please do another update and let me know if you still have problems.

@jvnknvlgl
Copy link
Author

Thank you, this fixed my issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants