winfried / HelpIM

*obsoleted* An chat-system for online psycho-social counselling
11 stars 3 forks source link

UnicodeEncodeError in CSV export of stats flat #249

Closed winfried closed 11 years ago

winfried commented 12 years ago

Traceback (most recent call last):

File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/base.py", line 111, in get_response response = callback(request, _callback_args, *_callback_kwargs)

File "/usr/local/lib/python2.6/dist-packages/django/contrib/auth/decorators.py", line 23, in _wrapped_view return view_func(request, _args, *_kwargs)

File "/usr/local/lib/python2.6/dist-packages/helpim/stats/views.py", line 69, in stats_overview return _stats_overview_csv(statsProvider.knownStats, dictStats, keyword, year)

File "/usr/local/lib/python2.6/dist-packages/helpim/stats/views.py", line 174, in _stats_overview_csv writer.writerow([statRow.get(statName, '') for statName in knownStats.iterkeys()])

UnicodeEncodeError: 'ascii' codec can't encode character u'\xeb' in position 5: ordinal not in range(128)