[BangPypers] I need some help/guidance

2013-04-16 Thread Smrutilekha Swain
i am writing a program using PyQt4. i have created a table containg name of the instruments, locations, its latitudes, longitude and altitude. there may be two instruments and its locations are same but different latitude and longitude with mild difference. so now i want to sort the table by

Re: [BangPypers] I need some help/guidance

2013-04-16 Thread Smrutilekha Swain
, Smrutilekha Swain smrutile...@gmail.com wrote: i am writing a program using PyQt4. i have created a table containg name of the instruments, locations, its latitudes, longitude and altitude. there may be two instruments and its locations are same but different latitude and longitude with mild

Re: [BangPypers] Question on GUI

2012-02-16 Thread Smrutilekha Swain
refer 2 dis book Rapid GUI Programming with Python and Qt ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] Problem in filling the QTableWidget

2011-12-12 Thread Smrutilekha Swain
Hello everybody... Than 4 d help...but now i need help... i have a QListWidget which contains the list of ip address of the other pc. A QTablewidget which contains 5 columns - ip address(which will take from QListWidget), compare, similar, pass/fail(it is an

[BangPypers] Problem in filling the QTableWidget

2011-12-05 Thread Smrutilekha Swain
Hello everybody... Than 4 d help...but now i need help... i have a QListWidget which contains the list of ip address of the other pc. A QTablewidget which contains 5 columns - ip address(which will take from QListWidget), compare, similar, pass/fail(it is an

Re: [BangPypers] Query abt QTableWidgetItem

2011-12-04 Thread Smrutilekha Swain
Thanz..i have tried dat n got hte result. but i have another 2 problems... i have assigned 3 values for each column of the table but it just gets updated on that particular cell i.e., item = self. lineEdit.text() self.tableWidgetItem.setText(item)

Re: [BangPypers] parsing xml

2011-08-01 Thread Smrutilekha Swain
by using lxml...for example-: from lxml import etree content = etree.iterparse( *name of the xml file*, events=('start', 'end')) for event, elem in content: if elem.tag == 'distance': print elem.text Hope it will work.. On Mon, Aug 1, 2011 at 1:43 PM,

Re: [BangPypers] Light a candle for 26/11 and Show you remember

2010-11-30 Thread Smrutilekha Swain
Hi i am absolutely sorry for sending this mail to this forum. i did not have any intention of sending this mail to your forum actually i didnot check the senders' list before sending it. i realised it today when i saw some of the mail of this forum. i guaranteed you never in the it will happen

[BangPypers] Light a candle for 26/11 and Show you remember

2010-11-29 Thread Smrutilekha Swain
those who survived the ordeal of terror. It is time to light a candle, to show that as we move on, we cherish their memories, we value their sacrifice and we hail their courage. Please Light a Candle Now at: http://www.indiajaiho.com/LightACandle.htm Warm Regards, Smrutilekha Swain

[BangPypers] Plzzz help me!!!!!!!!!

2010-01-17 Thread Smrutilekha Swain
hi...this is my code...but...it is not working...in this programme i want the pdf will be copied from source to destination after it is generated ## import os import shutil src = os.getcwd() dest =