Skip to content

Instantly share code, notes, and snippets.

@jbfink
Created April 16, 2012 15:56
Show Gist options
  • Save jbfink/2399639 to your computer and use it in GitHub Desktop.
Save jbfink/2399639 to your computer and use it in GitHub Desktop.
error from fill-run
Traceback (most recent call last):
File "/home/jbfink/fillmore/fillmore.py", line 181, in <module>
mailbox.read_inbox_headers()
File "/home/jbfink/fillmore/fillmore.py", line 72, in read_inbox_headers
message_body = self.parse_body(message_id)
File "/home/jbfink/fillmore/fillmore.py", line 120, in parse_body
filename = datetime.now().strftime("%s") + "-" + filename
NameError: global name 'datetime' is not defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment