[pygtk] simple pyzip Q

vector vector180 at aanet.com.au
Thu Feb 23 08:32:18 WST 2006


Yeah i know its not a pygtk Q but incase anyone knows I ask here b4 
searching elsewhere
Im using pyzip to archive my pygtk project and so far its fine however i 
now have some images and want to keep them seperate in a folder
so the usual
for i in range(len(app_lst)):
    z.write(app_lst[i])
which happily archives all the apps is no good cause now I want it to 
add a dir (and every thing in that dir)
so that when it extracts, it extracts with the folder images and the 
image files inside .

any thoughts?


More information about the pygtk mailing list