Advertisement
Yomna91

Untitled

Feb 20th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. ile "C:\Python27\yarab.py", line 31, in <module>
  2. writer.add_document(**doc)
  3. File "C:\Python27\whoosh\filedb\filewriting.py", line 369, in add_document
  4. items = field.index(value)
  5. File "C:\Python27\whoosh\fields.py", line 466, in index
  6. return [(txt, 1, 1.0, '') for txt in self._tiers(num)]
  7. File "C:\Python27\whoosh\fields.py", line 454, in _tiers
  8. yield self.to_text(num, shift=shift)
  9. File "C:\Python27\whoosh\fields.py", line 487, in to_text
  10. return self._to_text(self.prepare_number(x), shift=shift,
  11. File "C:\Python27\whoosh\fields.py", line 476, in prepare_number
  12. x = self.type(x)
  13. ValueError: invalid literal for int() with base 10: 'rHm MS GEN,??????'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement