Advertisement
Guest User

Untitled

a guest
May 8th, 2011
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:\Adam\Python\Mathletics\mathletics.py", line 37, in -toplevel-
  3. equation = ocr(img)
  4. File "C:\Adam\Python\Mathletics\mathletics.py", line 22, in ocr
  5. tempFile = tempfile.NamedTemporaryFile(delete = False)
  6. TypeError: NamedTemporaryFile() got an unexpected keyword argument 'delete'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement