Advertisement
Bkmz

Untitled

Jan 27th, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Traceback (most recent call last):
  2. Get cities.log from cache...
  3. File "rubrics.py", line 72, in <module>
  4. obj = Rubrics()
  5. File "rubrics.py", line 18, in __init__
  6. self._load_rubrics()
  7. File "rubrics.py", line 32, in _load_rubrics
  8. cats = self.__get('http://maps.2gis.ru/rubricator/'+vl , key+".log")
  9. File "rubrics.py", line 56, in __get
  10. print u"Downloading %s data..." % cachefile
  11. UnicodeEncodeError: 'ascii' codec can't encode characters in position 12-23: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement