Advertisement
vojtarek

Untitled

May 27th, 2011
487
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 "./master.py", line 98, in ff
  3. retval = f(*args, **kwargs)
  4. File "./master.py", line 212, in stanford
  5. errmsg = analyze(int(id))
  6. File "../db/stanford.py", line 240, in analyze
  7. text = unicode(doc.get_text(), 'utf-8')
  8. TypeError: coercing to Unicode: need string or buffer, NoneType found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement