Traceback (most recent call last):
File "/home/changeme/projects/blip-python-0.0.1/blip-python-0.0.1/blipspy.py", line 23, in <module>
import blip
File "/home/changeme/projects/blip-python-0.0.1/blip-python-0.0.1/blip.py", line 65, in <module>
import simplejson
ImportError: No module named simplejson
Right, you need simplejson installed. (I've just added a note above to avoid any further confusion about the fact.) I don't know about the other distros (or other OSes for that matter), but in Gentoo it's just a matter of doing emerge simplejson.
Anyway, you'd still need an account in blip to use the widget, and it's still invitation-only. I can invite you if you want, but keep in mind that it's only in Polish language now. Take a look at the webpage to get the gist of it.
Why, thank you, even if I don't think the code is that gorgeous.
About the wrapping -- this feels just like the only natural and sensible way to deal with Karamba API ugliness. I bet everyone is doing the same thing again and again.
Ratings & Comments
4 Comments
Traceback (most recent call last): File "/home/changeme/projects/blip-python-0.0.1/blip-python-0.0.1/blipspy.py", line 23, in <module> import blip File "/home/changeme/projects/blip-python-0.0.1/blip-python-0.0.1/blip.py", line 65, in <module> import simplejson ImportError: No module named simplejson
Right, you need simplejson installed. (I've just added a note above to avoid any further confusion about the fact.) I don't know about the other distros (or other OSes for that matter), but in Gentoo it's just a matter of doing emerge simplejson. Anyway, you'd still need an account in blip to use the widget, and it's still invitation-only. I can invite you if you want, but keep in mind that it's only in Polish language now. Take a look at the webpage to get the gist of it.
Gorgeous code. Rather cool way to wrap meterClicked.
Why, thank you, even if I don't think the code is that gorgeous. About the wrapping -- this feels just like the only natural and sensible way to deal with Karamba API ugliness. I bet everyone is doing the same thing again and again.