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. I'm not sure whether this is what you want (the project you mention uses GTK, IIUC). > My questions are. > > 1. Is it possible to create such widgets/gadgets for desktop using > pyjamas on Windows/Linux (I prefer Debian)? I there something what used to be "Active Desktop" (on Windows XP) for Gnome? > 2. On windows how do i use (force) webkit instead of MSHTML for > rendering the widgets? Why would you have to with Pyjamas? As plain JavaScript (= Python code converted/translated with pyjs) all you need is an HTML rendering engine that does JavaScript; and with Pyjamas Desktop MSHTML is what runs on Windows - and we're happy about it. > from the documentation and running the examples of pyjamas on windows i > am convinced that i can achieve the above goals, But i don't know yet of > how to. Check out the (a little bit outdated) examples at http://pyjs.org/examples/ (for up-to-date ones get the latest git). This will probably give you a better understanding of what Pyjamas really is. Peter

