wx.checklistbox
- From: "luca72" <lucaberto@xxxxxxxxx>
- Date: 31 Mar 2006 06:35:25 -0800
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
.
- Follow-Ups:
- Re: wx.checklistbox
- From: Philippe Martin
- Re: wx.checklistbox
- Prev by Date: Can I export my datas in pickle format safely ?
- Next by Date: Re: Best IDE for Python?
- Previous by thread: Can I export my datas in pickle format safely ?
- Next by thread: Re: wx.checklistbox
- Index(es):