Thread
:
[Announce] GRead : yet another Google Reader application... (PyQt)
View Single Post
fpp
2010-09-20 , 13:27
Posts: 2,853 | Thanked: 968 times | Joined on Nov 2005
#
81
Suggestion : at the top of libgreader.py, replace :
import simplejson as json
with:
try:
import json
except:
import simplejson as json
This way your code will run unchanged on Python > 2.5.
Just tried on my PC, it was the only change needed :-)
I need to understand how your "views" are designed, to see if I could make a simple one for Maemo4...
__________________
maemo blog
Quote & Reply
|
fpp
View Public Profile
Send a private message to fpp
Visit fpp's homepage!
Find all posts by fpp