free, python XML merger?

2006-12-11 Thread mistersulu
All: We're looking for a python module which allows for quick merging of two XML files. Both files follow the same schema. One file contains the default values and structure, and the second file contains overriding data for the same tags. Thanks in advance, sulu -- http://mail.python.org/mail

Re: free, python XML merger?

2006-12-13 Thread mistersulu
Thanks Harry. I just wrote a new one. Quicker than trying to mod somebody else's stuff. Thanks again, sulu Harry George wrote: > "mistersulu" <[EMAIL PROTECTED]> writes: > > > All: > > > > We're looking for a python module which allows for quic

wxPython pop--up ("could not retrieve information...")

2008-08-07 Thread mistersulu
Hi all: I'm using a wx.ListView object with a multi-threaded wxPython app. The list is dynamically generated and accessed across two or more threads. In spite of the fact that I have checks to see if an item at a given index is in the list and the entire set of logic is contained within a try: ex