Re: pyjamas 0.7 released

2010-05-07 Thread lkcl
On May 2, 7:16 am, Wolfgang Strobl wrote: > lkcl : > > > at least _some_ input would be good!  the knowledge doesn't have to > >be there: just the bugreports saying "there's a problem and here's > >exactly how you reproduce it" would be a start! > >> So please make it simpler for more people to he

Re: pyjamas 0.7 released

2010-05-02 Thread Wolfgang Strobl
lkcl : > at least _some_ input would be good! the knowledge doesn't have to >be there: just the bugreports saying "there's a problem and here's >exactly how you reproduce it" would be a start! >> So please make it simpler for more people to help. > ... how?? there's a bugtracker, wiki, svn repo

Re: pyjamas 0.7 released

2010-04-29 Thread lkcl
On Apr 29, 6:37 am, Wolfgang Strobl wrote: > Look at it from the point of view of people walking by, trying to decide > whether they should invest some of their time into digging into yet > another framework and library. yes. _their_ time - not mine. the pyjamas project has always been done on

Re: pyjamas 0.7 released

2010-04-28 Thread Wolfgang Strobl
lkcl : >On Apr 28, 7:00 am, Wolfgang Strobl wrote: >> Two weeks ago, I played around with the trunk version, looking for an >> working drag&drop example. I didn't find anything, but noticed some >> unfinished code in a dnd subdirectory. Are you aware of the fact that >> many of the examples just

Re: pyjamas 0.7 released

2010-04-28 Thread lkcl
On Apr 28, 7:00 am, Wolfgang Strobl wrote: > lkcl : > > > > > > >On Apr 25, 9:37 pm, Wolfgang Strobl wrote: > >> Daniel Fetchinson : > > >> >> for fits and giggles, to show what's possible in only 400 > >> >> lines of python, here is a game of asteroids, written by joe rumsey. > >> >> yes, it run

Re: pyjamas 0.7 released

2010-04-28 Thread Wolfgang Strobl
lkcl : >On Apr 25, 9:37 pm, Wolfgang Strobl wrote: >> Daniel Fetchinson : >> >> >> for fits and giggles, to show what's possible in only 400 >> >> lines of python, here is a game of asteroids, written by joe rumsey. >> >> yes, it runs underpyjamas-desktop too. >> >> >>    http://pyjs.org/examples

Re: pyjamas 0.7 released

2010-04-27 Thread lkcl
On Apr 26, 11:25 pm, Patrick Maupin wrote: > On Apr 26, 4:12 pm, lkcl wrote: > > >  and, given that you can use AJAX (e.g. JSONRPC) to communicate with a > > server-side component, installed on 127.0.0.1 and effectively do the > > exact same thing, nobody bothers. > > I suppose, but again, that p

Re: pyjamas 0.7 released

2010-04-26 Thread Patrick Maupin
On Apr 26, 4:12 pm, lkcl wrote: >  and, given that you can use AJAX (e.g. JSONRPC) to communicate with a > server-side component, installed on 127.0.0.1 and effectively do the > exact same thing, nobody bothers. I suppose, but again, that pushes off the security thing. There are a lot of obviou

Re: pyjamas 0.7 released

2010-04-26 Thread lkcl
On Apr 26, 6:52 pm, Patrick Maupin wrote: > On Apr 26, 8:44 am, lkcl wrote: > > >  the purpose of browsers is to isolate the application, restrict its > > access to the rest of the desktop and OS, so that random applications > > cannot go digging around on your private data. > > Well, I would agr

Re: pyjamas 0.7 released

2010-04-26 Thread Patrick Maupin
On Apr 26, 8:44 am, lkcl wrote: >  the purpose of browsers is to isolate the application, restrict its > access to the rest of the desktop and OS, so that random applications > cannot go digging around on your private data. Well, I would agree that a "requirement" for the browser is to help insu

Re: pyjamas 0.7 released

2010-04-26 Thread lkcl
On Apr 25, 9:37 pm, Wolfgang Strobl wrote: > Daniel Fetchinson : > > >> for fits and giggles, to show what's possible in only 400 > >> lines of python, here is a game of asteroids, written by joe rumsey. > >> yes, it runs underpyjamas-desktop too. > > >>    http://pyjs.org/examples/asteroids/publi

Re: pyjamas 0.7 released

2010-04-26 Thread lkcl
On Apr 25, 8:38 pm, Patrick Maupin wrote: > On Apr 25, 8:49 am, Luke Kenneth Casson Leighton > wrote: > > >pyjamas- the stand-alone python-to-javascript compiler, and separate > > GUI Widget Toolkit, has its 0.7 release, today.  this has been much > > delayed, in order to allow the community plen

Re: pyjamas 0.7 released

2010-04-26 Thread lkcl
On Apr 26, 12:45 pm, Jean-Michel Pichavant wrote: > Luke Kenneth Casson Leighton wrote: > > > [snip] > > Am I the only one getting this error ? yes, because you're the only one using easy_install. you'll need to read and follow the instructions in README and INSTALL.txt the installation proce

Re: pyjamas 0.7 released

2010-04-25 Thread Patrick Maupin
On Apr 25, 8:49 am, Luke Kenneth Casson Leighton wrote: > pyjamas - the stand-alone python-to-javascript compiler, and separate > GUI Widget Toolkit, has its 0.7 release, today.  this has been much > delayed, in order to allow the community plenty of time between the > 0.7pre2 release and the fina