I am new to the XPCOM stuff and need some introducer's explanation. I want to distribute some python app on a cd/dvd and would like to make it startable from the cd/dvd directly. The app is a derivate of its big cousin, a CGI-app, but from cd/dvd it can't communicate with mozilla through cgi without itself understanding HTTP. I thought that I could use PyXPCOM to tunnel HTML-pages into the browser and catch the link events (if somebody clicked on a link in the browser window).
First: Is this possible at all? Second: does this work straight from cd/dvd, with a mozilla binary and PyXPCOM? The app works like this: SQL database (gadfly) -> python app <-> mozilla Dennis _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
