October 17, 2008
I am having issues, and have been for several weeks now in fixing Gwibber. It all broke when I upgraded python-simplejson to version >=2.0.0. So what is the problem? well whenever I fire it up it kinda brain farts and doesn't display any content from any of the services that I use
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/gwibber/microblog/_init_.py", line 32, in get_message_data
for message in client.get_messages():
File "/usr/lib/python2.5/site-packages/gwibber/microblog/twitter.py", line 64, in get_messages
for data in self.get_data():
File "/usr/lib/python2.5/site-packages/gwibber/microblog/twitter.py", line 60, in get_data
return support.simplejson.loads(self.connect(
AttributeError: 'module' object has no attribute 'simplejson'
Failed to retrieve messages
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/gwibber/microblog/_init_.py", line 32, in get_message_data
for message in client.get_messages():
File "/usr/lib/python2.5/site-packages/gwibber/microblog/identica.py", line 64, in get_messages
for data in self.get_data():
File "/usr/lib/python2.5/site-packages/gwibber/microblog/identica.py", line 60, in get_data
return support.simplejson.loads(self.connect(
AttributeError: 'module' object has no attribute 'simplejson'
Failed to retrieve messages
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/gwibber/microblog/_init_.py", line 32, in get_message_data
for message in client.get_messages():
File "/usr/lib/python2.5/site-packages/gwibber/microblog/jaiku.py", line 76, in get_messages
for data in self.get_data()["stream"]:
File "/usr/lib/python2.5/site-packages/gwibber/microblog/jaiku.py", line 59, in get_data
return support.simplejson.loads(urllib2.urlopen(urllib2.Request(
AttributeError: 'module' object has no attribute 'simplejson'
Failed to retrieve messages
console message: undefined @1: ReferenceError: Can't find variable: clearMessages
Please, oh please, could someone help? I am utterly lost, and have tried to build against python-simplejson 1.9.3 but to no avail
