Re: XUL behavior in Python via XPCOM, Mozilla

2005-11-12 Thread Terry Hancock
On 12 Nov 2005 12:47:58 -0800 "Devan L" <[EMAIL PROTECTED]> wrote: > Nufox? > http://trac.nunatak.com.au/projects/nufox Nufox is a server-side tool to *generate* XUL from Python. Luxor http://luxor-xul.sourceforge.net/ is a XUL-interpreter written in Python, which therefore *replaces* Mozilla for

Re: XUL behavior in Python via XPCOM, Mozilla

2005-11-12 Thread Terry Hancock
On Sat, 12 Nov 2005 15:27:01 -0500 Jean-Paul Calderone <[EMAIL PROTECTED]> wrote: > On Sat, 12 Nov 2005 14:25:51 -0600, Terry Hancock > <[EMAIL PROTECTED]> wrote: > >I recently saw a claim that Mozilla XUL behaviors > >(normally scripted in Javascript) can (or perhaps will) > >be scriptable in Pyt

Re: XUL behavior in Python via XPCOM, Mozilla

2005-11-12 Thread Devan L
Terry Hancock wrote: > I recently saw a claim that Mozilla XUL behaviors (normally > scripted in Javascript) can (or perhaps will) be scriptable > in Python. > > Also, "other languages such as Java or Python are supported > through XPCOM", said about Mozilla (from Luxor website). > > Yes, I know se

Re: XUL behavior in Python via XPCOM, Mozilla

2005-11-12 Thread Fredrik Lundh
Terry Hancock wrote: >I recently saw a claim that Mozilla XUL behaviors (normally > scripted in Javascript) can (or perhaps will) be scriptable > in Python. > > Also, "other languages such as Java or Python are supported > through XPCOM", said about Mozilla (from Luxor website). > > Yes, I know se

Re: XUL behavior in Python via XPCOM, Mozilla

2005-11-12 Thread Jean-Paul Calderone
On Sat, 12 Nov 2005 14:25:51 -0600, Terry Hancock <[EMAIL PROTECTED]> wrote: >I recently saw a claim that Mozilla XUL behaviors (normally >scripted in Javascript) can (or perhaps will) be scriptable >in Python. > >Also, "other languages such as Java or Python are supported >through XPCOM", said abo

XUL behavior in Python via XPCOM, Mozilla

2005-11-12 Thread Terry Hancock
I recently saw a claim that Mozilla XUL behaviors (normally scripted in Javascript) can (or perhaps will) be scriptable in Python. Also, "other languages such as Java or Python are supported through XPCOM", said about Mozilla (from Luxor website). Yes, I know several ways to *generate* XUL from P