A friend of mine who knows python decided to learn small talk so he could build a gui for ms windows. I asked him why he didn't use python with all of its bindings to all of the various gui libraries. He told me that he needed the gui to deal with a dll and the best python could do was wrap the c code for it ( do-it-yourself ). Is this true? Steve