How to run email-unpack.py from the Email Message Module.

fishboy fishboy at spamspamspam.com
Sat Jun 5 23:57:49 EDT 2004


On Thu, 03 Jun 2004 15:08:21 +0100, Chuck Amadi <chuck at smtl.co.uk>
wrote:

>Im running $ python email-unpack.py -d /home/chuck/surveyResults
>What parameters do I use I have tried substituting msgfile fp = open(msgfile) 
>for my given path (/home/chuck/Mail/Inobx) still no joy please explain what im 
>missing Im using the example from
>

Wild guess.  Try executing the script directly:

chmod 755 email-unpack.py
./email-unpack.py -d /home/chuck/surveyResults

><{{{*>




More information about the Python-list mailing list