Hi, To be able to use a web-app (XUL) without 'messing' with the client systems, I need to use an embedded version of Mozilla. I've build Mozilla (latest CVS), build embedded and the GTK test worked fine. But now I need a method to open a browserwindow and load a (predefined or hardcoded) xul URL. My guess was that this would/should? be possible with pyXPCOM, but I can't get that to work just yet ... segfaults all over the place. Could be that I'm doing something wrong (environment variables?) so if anyone has a code example that should work, please post. The plan was to use py2exe to eventualy create a "Windows" version of the code, anyone whith experience using this 'method' on pyXPCOM?
But in the event I can't get pyXPCOM to work as it should ... is there a (simple) C++ example that just creates a window and loads it width a URL? Regards, Remy
