wx.checklistbox

luca72 lucaberto at libero.it
Fri Mar 31 09:35:25 EST 2006


Hello
I write one file using:.......(i think that is ok for write all the
lines of my list)
luca = open('/tmp/luca', 'w')
luca.writelines(list)

when i open the application again i use:

leggi = open('/tmp/luca', 'r')
leggi.readlines()

How can i store this line in to a wx.checkbox.....

Thanks Luca




More information about the Python-list mailing list