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?
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/