wx.checklistbox
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

wx.checklistbox

From: luca72 <lucaberto@libero.it>
Date: Fri Mar 31 2006 - 16:35:25 CEST

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
Received on Sun Apr 30 21:46:52 2006