Parsing email attachments: get_payload() produces unsaveable data

dpapathanasiou denis.papathanasiou at gmail.com
Sun Oct 4 12:17:49 EDT 2009


> Which is *really* difficult (for me) to read.  Any chance of providing a
> "normal" traceback?

  File "/opt/server/smtp/smtps.py", line 213, in handle
    email_replier.post_reply(recipient_mbox, ''.join(data))
  File "/opt/server/smtp/email_replier.py", line 108, in post_reply
    save_attachments(result[2], msg_text)
  File "/opt/server/smtp/email_replier.py", line 79, in
save_attachments
    data_manager.upload_file(item_id, filename, filedata)
  File "../db/data_manager.py", line 697, in upload_file
    if docs_db.save_file(item_id, file_name, file_data):
  File "../db/docs_db.py", line 102, in save_file
    result = file_utils.write_file(saved_file_path, saved_file_name +
saved_file_ext, file_data)

AttributeError



More information about the Python-list mailing list