Re: Pyjamas-Desktop and Pyjamas

2008-10-10 Thread lkcl



On Oct 7, 3:17 pm, Finder <[EMAIL PROTECTED]> wrote:
> Wow, this is kindof of an exciting combo. Thanks!

 no problem :)

 i've since written a tutorial, on how to create your own widgets:
   http://pyjd.org/controls_tutorial.html
it's a damn site simpler than pygtk2

also there's an introduction which gives you an insight into pyjamas
programming, emphasising heavily that it's really turning web browsers
into "another desktop development platform".

http://pyjamas.sourceforge.net/getting_started.html

no more html nightmares.

also, i'm doing a tutorial (7th nov) and a talk (8th? 9th?) on django,
jsonrpc and pyjamas - a "pure python" combo - at the next ukuug
developer conference, in manchester. http://ukuug.org if anyone's
interested.

l.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Pyjamas-Desktop and Pyjamas

2008-10-07 Thread Finder

Wow, this is kindof of an exciting combo. Thanks!

On Sep 9, 7:12 pm, bedros <[EMAIL PROTECTED]> wrote:
> thanks, this looks very promising, I'll try it out
>
> On Sep 6, 1:51 pm, lkcl <[EMAIL PROTECTED]> wrote:
>
> > > 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 django-users@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Pyjamas-Desktop and Pyjamas

2008-09-09 Thread bedros

thanks, this looks very promising, I'll try it out

On Sep 6, 1:51 pm, lkcl <[EMAIL PROTECTED]> wrote:
> > 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 django-users@googlegroups.com
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
-~--~~~~--~~--~--~---