Re: [Tutor] pyXML i Python2.6

2012-11-30 Thread Sreenivasulu
Hi Ramith, Thank you for your reply . I have made some modifications in pyXMl and it is working fine . I have file named as Test.py and below is the code in the file from SOAPpy import WSDL SecurityServerUrlTemplate = "http:// %s/SpinSecurity/SpinInfoExchange.asmx?WSDL" secser1="Coputername

Re: [Tutor] pyXML i Python2.6

2012-11-20 Thread Prasad, Ramit
Sreenivasulu wrote: > > Hi, > > Am unable to install pyXML in Ubuntu usig python2.6 > > Could you please help me > > Regards, > Sreenu Since you do not provide a link I am guessing you are referring to the very outdated package. You use the ElementTree class or the reputed third party module

Re: [Tutor] pyXML i Python2.6

2012-11-19 Thread Mark Lawrence
On 19/11/2012 16:33, Sreenivasulu wrote: Hi, Am unable to install pyXML in Ubuntu usig python2.6 Could you please help me Regards, Sreenu What have you tried? What went wrong? If you don't give such basic data how can we help? -- Cheers. Mark Lawrence. ___