daily pastebin goal
15%
SHARE
TWEET

Untitled

a guest Feb 26th, 2010 115 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ** (gwibber:22862): WARNING **: Trying to register gtype 'WnckWindowState' as flags when in fact it is of type 'GEnum'
  2.  
  3. ** (gwibber:22862): WARNING **: Trying to register gtype 'WnckWindowActions' as flags when in fact it is of type 'GEnum'
  4.  
  5. ** (gwibber:22862): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as flags when in fact it is of type 'GEnum'
  6. Traceback (most recent call last):
  7.   File "/usr/bin/gwibber", line 50, in <module>
  8.     from gwibber import client
  9.   File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 3, in <module>
  10.     import gtk, gobject, gwui, util, resources, actions, json, gconf
  11.   File "/usr/lib/python2.6/dist-packages/gwibber/gwui.py", line 2, in <module>
  12.     import os, json, urlparse, resources, util
  13.   File "/usr/lib/python2.6/dist-packages/gwibber/util.py", line 2, in <module>
  14.     from microblog.util.couch import RecordMonitor
  15.   File "/usr/lib/python2.6/dist-packages/gwibber/microblog/util/couch.py", line 9, in <module>
  16.     OAUTH_DATA = desktopcouch.local_files.get_oauth_tokens()
  17.   File "/usr/lib/python2.6/dist-packages/desktopcouch/local_files.py", line 112, in get_oauth_tokens
  18.     raise NoOAuthTokenException(config_file_name)
  19. desktopcouch.local_files.NoOAuthTokenException: OAuth details were not found in the ini file (/home/justin/.config/desktop-couch/desktop-couchdb.ini)
RAW Paste Data
Top