Jon Perez wrote:
I would like to script XUL using Python. I know PyXPCOM is now built-in into Mozilla, but does this mean that it is possible to call Python code directly from attribute tags within XUL?
Or does this mean you will still have to call javascript code in such tags which would then make calls to XPCOM-wrapped Python code (yuk)?
I believe this is the case, because the current Python implementation does not have a sandbox therefore via an XPCOM component is currently the only safe way to access it.
Also I was not aware that PyXPCOM was enabled by default.
-- Warning: May contain traces of nuts.
_______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
