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

Namespace WebKit not available in Ubuntu 19.04 #48

Open
diegolagoglez opened this issue Apr 22, 2019 · 3 comments
Open

Namespace WebKit not available in Ubuntu 19.04 #48

diegolagoglez opened this issue Apr 22, 2019 · 3 comments

Comments

@diegolagoglez
Copy link

I have a fresh install of Ubuntu 19.04 and once installed all dependencies this error is raised on every launch:

easy-ebook-viewer 
Traceback (most recent call last):
  File "/usr/share/easy-ebook-viewer/main.py", line 21, in <module>
    from main_window import MainWindow
  File "/usr/share/easy-ebook-viewer/main_window.py", line 21, in <module>
    from components import header_bar, viewer, chapters_list
  File "/usr/share/easy-ebook-viewer/components/viewer.py", line 19, in <module>
    gi.require_version('WebKit', '3.0')
  File "/usr/lib/python3/dist-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace WebKit not available
@itsjwala
Copy link

you need to do
sudo apt install gir1.2-webkit-3.0

@diegolagoglez
Copy link
Author

diegolagoglez commented Aug 14, 2019

you need to do
sudo apt install gir1.2-webkit-3.0

That package is not available in Ubuntu 19.04 (only gir1.2-webkit2-4.0).

I'll try to install from other sources.

@itsjwala
Copy link

👍 :

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