John Hazen wrote: > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2005-05-02 05:10]: >> Any hints on level 6 ? >> There is "zip" in the page source, "ZIp" in the >> image data, but have no clue what to do with them >> - tried many things :). > > Have you found the zip file yet? > > (I did, and I still can't figure it out. I'm wondering if there are > comments embedded in the jpg that none of my viewers will show me. > Hmm, maybe there's a python module that does that... I'll play with it > more after I sleep on it.)
It's best when you use the zipfile module. *** SPOILER *** Look carefully at the ZipInfo class for every file in the archive. -- http://mail.python.org/mailman/listinfo/python-list