daily pastebin goal
63%
SHARE
TWEET

Untitled

a guest Jun 27th, 2012 20 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. rymate@ryan-laptop ~/rymate-notes
  2. > quickly run
  3. /usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
  4.   import gobject._gobject
  5. /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:391: Warning: g_object_set_property: construct property "type" for object `Window' can't be set after construction
  6.   Gtk.Window.__init__(self, type=type, **kwds)
  7. Traceback (most recent call last):
  8.   File "bin/rymate-notes", line 33, in <module>
  9.     rymate_notes.main()
  10.   File "/home/rymate/rymate-notes/rymate_notes/__init__.py", line 33, in main
  11.     window = RymateNotesWindow.RymateNotesWindow()
  12.   File "/home/rymate/rymate-notes/rymate_notes_lib/Window.py", line 35, in __new__
  13.     new_object.finish_initializing(builder)
  14.   File "/home/rymate/rymate-notes/rymate_notes/RymateNotesWindow.py", line 32, in finish_initializing
  15.     self.ui.textview1.modify_font(pangoFont)
  16.   File "/usr/lib/python2.7/dist-packages/gi/types.py", line 43, in function
  17.     return info.invoke(*args, **kwargs)
  18.   File "/usr/lib/python2.7/dist-packages/gi/importer.py", line 76, in load_module
  19.     dynamic_module._load()
  20.   File "/usr/lib/python2.7/dist-packages/gi/module.py", line 224, in _load
  21.     overrides_modules = __import__('gi.overrides', fromlist=[self._namespace])
  22.   File "/usr/lib/python2.7/dist-packages/gi/overrides/Pango.py", line 33, in <module>
  23.     Context = override(Context)
  24.   File "/usr/lib/python2.7/dist-packages/gi/overrides/__init__.py", line 63, in override
  25.     registry.register(type_)
  26.   File "/usr/lib/python2.7/dist-packages/gi/overrides/__init__.py", line 38, in register
  27.     self[override_class] = override_class
  28.   File "/usr/lib/python2.7/dist-packages/gi/overrides/__init__.py", line 20, in __setitem__
  29.     info = getattr(value, '__info__')
  30. AttributeError: type object 'Context' has no attribute '__info__'
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top