Jeffrey Barish wrote: > Does anyone know why this test program works with one string but not the > other? Using the load_url method works in both cases.
For the benefit of posterity, the problem is that gtkmozembed cannot swallow boluses of data larger than some amount. If you feed the html to append_data in small bites in a loop, the page will display. I found that chunks of 10 * 1024 worked. Some documentation would help. -- Jeffrey Barish _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
