Extracting TIFF from emails

John J. Lee jjl at pobox.com
Wed Sep 3 19:02:11 EDT 2003


ryan at ryanswift.com (Ryan Swift) writes:

> I have found the email module,

I'm not 100% sure you have.  My 'the email module' I meant 'the module
named "email" from the Python standard library'.

> I am using 2.2.2.
> 
> This is my code:

No it's not -- where are the imports?  This isn't C, we don't like to
guess these things :-)

[...]
> AttributeError: 'list' object has no attribute 'walk'
> 
> Am I not properly using walk?

lists have no walk method!

Presumably you thought you had something other than a list, but you don't.


John




More information about the Python-list mailing list