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

msat-view: no module named 'gobject' #27

Closed
brancomat opened this issue Nov 16, 2020 · 3 comments
Closed

msat-view: no module named 'gobject' #27

brancomat opened this issue Nov 16, 2020 · 3 comments
Assignees
Labels

Comments

@brancomat
Copy link
Member

$ msat-view H-000-MSG3__-MSG3_RSS____-WV_062___-000007___-202011161255-C_
Traceback (most recent call last):
  File "/usr/bin/msat-view", line 404, in <module>
    start_app()
  File "/usr/bin/msat-view", line 26, in start_app
    import gobject
ModuleNotFoundError: No module named 'gobject'

both python3-gobject and python3-gobject-base are present on the system.

@spanezz
Copy link
Contributor

spanezz commented Nov 16, 2020

Ah, very nice, the python Gtk API has changed massively (again).

I'll try porting it to the new Gtk.

@spanezz
Copy link
Contributor

spanezz commented Nov 16, 2020

Replace porting with rewriting :(

spanezz added a commit that referenced this issue Nov 16, 2020
spanezz added a commit that referenced this issue Nov 16, 2020
spanezz added a commit that referenced this issue Nov 17, 2020
spanezz added a commit that referenced this issue Nov 17, 2020
spanezz added a commit that referenced this issue Nov 17, 2020
spanezz added a commit that referenced this issue Nov 17, 2020
spanezz added a commit that referenced this issue Nov 17, 2020
spanezz added a commit that referenced this issue Nov 17, 2020
@spanezz
Copy link
Contributor

spanezz commented Nov 17, 2020

I've done the rewrite, and I've also added mouse-wheel zoom. I'm not sure if with the new Gtk it'll work on older distributions, I hope so. If not, we can ship both implementations, I guess?

If you'd like changes or new features in the interface, let me know while I still have Gtk details in mind.

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

No branches or pull requests

2 participants