Paste #jbXyx2MSJrpjt7LR2Ksc

Welcome On LodgeIt

Welcome to the LodgeIt pastebin. In order to use the notification feature a 31 day cookie with an unique ID was created for you. The lodgeit database does not store any information about you, it's just used for an advanced pastebin experience :-). Read more on the about lodgeit page. Have fun :-)

hide this notification

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
Traceback (most recent call last):
  File "D:\PythonProj\fbtwitter\kay\lib\werkzeug\wsgi.py", line 471, in __call__
    return app(environ, start_response)
  File "D:\PythonProj\fbtwitter\kay\app.py", line 478, in __call__
    response = self.get_response(request)
  File "D:\PythonProj\fbtwitter\kay\app.py", line 405, in get_response
    return self.handle_uncaught_exception(request, exc_info)
  File "D:\PythonProj\fbtwitter\kay\app.py", line 371, in get_response
    response = view_func(request, **values)
  File "D:\PythonProj\fbtwitter\fbtwitter\views.py", line 39, in index
    access_token_secret='iHzMkC6RRDipon1kYQtE5QOAYa1bVfYMhH7GFmMFjg',cache=None)
  File "D:\PythonProj\fbtwitter\fbtwitter\twitter.py", line 2235, in __init__
    self.SetCredentials(consumer_key, consumer_secret, access_token_key, access_token_secret)
  File "D:\PythonProj\fbtwitter\fbtwitter\twitter.py", line 2264, in SetCredentials
    self._signature_method_plaintext = oauth.SignatureMethod_PLAINTEXT()
AttributeError: 'module' object has no attribute 'SignatureMethod_PLAINTEXT'