On Mon, Apr 9, 2012 at 1:55 PM, Peter Bittner <[email protected]> wrote: > Bhuvan, > >> I discovered pyjamas few day's back and found very interesting (actually >> I was searching for such a program). I have an idea of creating small >> widgets like google gadgets or gnome screenlets that stick to the >> desktop and show useful information. Below are the links for screenshots >> and more details of both the projects. These projects have been >> discontinued now as far as i know. >> >> Google Gadgets >> https://code.google.com/p/google-gadgets-for-linux/ >> >> [GNOME Screenlets] >> http://screenlets.org/index.php/Screenshots > > Pyjamas generates plain JavaScript code.
ah, peter, remember: the pyjs *compiler* generates plain javascript code. pyjd runs as pure python. that makes it a desktop widget set that's just as valid as pyqt4, pygtk2 and python-wxwidgets. l.

