removing duplication from a huge list.

2009-02-26 Thread Shanmuga Rajan
Hi I have a list of Records with some details.(more than 15 million records) with duplication I need to iterate through every record and need to eliminate duplicate records. Currently i am using a script like this. counted_recs = [ ] x = some_fun() # will return a generator, this generator

Need help on Soappy

2008-05-22 Thread Shanmuga Rajan
I am developing a application using webservices. I am using Soappy. When i tried to start reading some wsdl files from web service server then i got the following error. Can any one please help me with this. >>> >>> >>> from SOAPpy import WSDL >>> wsdlFile = 'http://192.168.1.81/sdk/vim.wsdl' >>