← Back to team overview

gottengeography team mailing list archive

[Bug 1582287] [NEW] GottenGeography non working in Ubuntu 16.04

 

Public bug reported:

After upgrading to 16.04, when I launch GottenGeography, I get this
error:

Traceback (most recent call last):
  File "/usr/bin/gottengeography", line 85, in <module>
    from gg.app import GottenGeography
  File "/usr/lib/python3/dist-packages/gg/app.py", line 26, in <module>
    from gg.camera import Camera
  File "/usr/lib/python3/dist-packages/gg/camera.py", line 30, in <module>
    from gg.widgets import Builder, Widgets
  File "/usr/lib/python3/dist-packages/gg/widgets.py", line 78, in <module>
    class Widgets(Builder):
  File "/usr/lib/python3/dist-packages/gg/common.py", line 62, in singleton
    return single()
  File "/usr/lib/python3/dist-packages/gg/widgets.py", line 84, in __init__
    Builder.__init__(self)
  File "/usr/lib/python3/dist-packages/gg/widgets.py", line 43, in __init__
    self.add_from_file(join(PKG_DATA_DIR, filename + '.ui'))
GLib.Error: gtk-builder-error-quark: /usr/share/gottengeography/gottengeography.ui:941:22 Unsupported tag for GtkSizeGroup: <placeholder> (1)

** Affects: gottengeography
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of
GottenGeography Developers, which is subscribed to GottenGeography.
https://bugs.launchpad.net/bugs/1582287

Title:
  GottenGeography non working in Ubuntu 16.04

Status in GottenGeography:
  New

Bug description:
  After upgrading to 16.04, when I launch GottenGeography, I get this
  error:

  Traceback (most recent call last):
    File "/usr/bin/gottengeography", line 85, in <module>
      from gg.app import GottenGeography
    File "/usr/lib/python3/dist-packages/gg/app.py", line 26, in <module>
      from gg.camera import Camera
    File "/usr/lib/python3/dist-packages/gg/camera.py", line 30, in <module>
      from gg.widgets import Builder, Widgets
    File "/usr/lib/python3/dist-packages/gg/widgets.py", line 78, in <module>
      class Widgets(Builder):
    File "/usr/lib/python3/dist-packages/gg/common.py", line 62, in singleton
      return single()
    File "/usr/lib/python3/dist-packages/gg/widgets.py", line 84, in __init__
      Builder.__init__(self)
    File "/usr/lib/python3/dist-packages/gg/widgets.py", line 43, in __init__
      self.add_from_file(join(PKG_DATA_DIR, filename + '.ui'))
  GLib.Error: gtk-builder-error-quark: /usr/share/gottengeography/gottengeography.ui:941:22 Unsupported tag for GtkSizeGroup: <placeholder> (1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gottengeography/+bug/1582287/+subscriptions


Follow ups