> words, the code that _was_ handed to the pyjamas compiler is instead > handed to the python compiler.
correction: python _interpreter_ :) pyjamas-desktop ends up doing "import pywebkitgtk", which pulls in webkit, which, given that it's a Browser Engine, ends up with *identically* displayed content on the desktop as you get through the equivalent AJAX. a bit faster, as well, because webkit is _blindingly_ quick. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

