Re: UnicodeDecodeError with non ascii app_label

2012-08-15 Thread vitalije
Just in case someone else run in the same problem, I have found a solution. It is explained here: https://code.djangoproject.com/ticket/17566 HTH Vitalije -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visi

Re: UnicodeDecodeError with non ascii app_label

2012-08-13 Thread vitalije
I have found ticket that was closed because more information was needed but not provided. It seems that it is related to my question. So I reopened ticket and pasted log information from the above message. If anyone would like to see it, here is the link: https://code.djangoproject.com/ticket/1

Re: UnicodeDecodeError with non ascii app_label

2012-08-10 Thread vitalije
On Friday, August 10, 2012 4:30:19 PM UTC+2, Mengu wrote: > > do you have "# -*- coding: utf-8 -*-" at the top of your file? > > Yes I have. If I had not that line, python2.7 would not accept file with non ascii characters in it. It appears that everything is working fine except when django tri

Re: UnicodeDecodeError with non ascii app_label

2012-08-10 Thread Mengu
do you have "# -*- coding: utf-8 -*-" at the top of your file? On Friday, August 10, 2012 4:29:01 PM UTC+3, vitalije wrote: > > Hello, > I have recently updated my django installation to version 1.4. > When I try to get an url that doesn't have a match in urlpatterns, > django-server replies wi

UnicodeDecodeError with non ascii app_label

2012-08-10 Thread vitalije
Hello, I have recently updated my django installation to version 1.4. When I try to get an url that doesn't have a match in urlpatterns, django-server replies with 500 server error and doesn't show usual error page when DEBUG is on but in console shows an exception UnicodeDecodeError. Here is l