On Tue, 2008-06-10 at 09:04 -0600, Sean Gillies wrote: > > Hi Didrik, > > The wms_response is a urllib "file". Check it out by calling its info() > before you hand it over to Wx -- if your WMS doesn't provide service > exceptions properly, it is possible that XML error messages might slip > into the response. > > You might also want to check that Wx can read from a urllib file. > > Sean
Hi Sean, Thanks for the quick answer. Some debugging test further ... everything works fine! The wx.ImageFromStream eats a wms_response.read() result ... I haven't found the real cause of the problem (maybe a broken xml stream as you suggested...). I will keep the list updated if I find something interesting. Best regards, Didrik _______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
