Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Sep 2nd, 2010 | Syntax: None | Size: 1.64 KB | Hits: 25 | Expires: Never
Copy text to clipboard
  1. Traceback (most recent call last):
  2.   File "/var/www/sites/pootle/Pootle/manage.py", line 36, in <module>
  3.     execute_manager(settings)
  4.   File "/usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/core/management/__init__.py", line 438, in execute_manager
  5.     utility.execute()
  6.   File "/usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/core/management/__init__.py", line 379, in execute
  7.     self.fetch_command(subcommand).run_from_argv(self.argv)
  8.   File "/usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/core/management/base.py", line 191, in run_from_argv
  9.     self.execute(*args, **options.__dict__)
  10.   File "/usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/core/management/base.py", line 218, in execute
  11.     output = self.handle(*args, **options)
  12.   File "/usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/core/management/base.py", line 347, in handle
  13.     return self.handle_noargs(**options)
  14.   File "/var/www/sites/pootle/Pootle/local_apps/pootle_app/management/commands/update_stores.py", line 64, in handle_noargs
  15.     store.update(update_translation=not keep, conservative=keep, update_structure=True)
  16.   File "/usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/db/transaction.py", line 299, in _commit_on_success
  17.     res = func(*args, **kw)
  18.   File "/var/www/sites/pootle/Pootle/local_apps/pootle_store/models.py", line 697, in update
  19.     logging.warning('Data integrity error while importing unit %s:\n%s', str(unit.getid()), str(e))
  20. UnicodeEncodeError: 'ascii' codec can't encode character u'\u2026' in position 58: ordinal not in range(128)