at beginning of each of your python file put this directive for declare 
that your files are using this encode. review what text editor you are 
using and when you save your files verify that is using unicode utf-8. many 
times this occurs when use accent chars like (õ, é, etc) like in portuguese 
this error occurs when leve windows coding generally cp-1250 or cp-1252.

 # -*- coding: utf-8 -*-


Em domingo, 4 de agosto de 2013 15h38min11s UTC-3, Anton Yermolenko 
escreveu:
>
> Hi guys
>
> i'm new to python as well as django. Seeking help for this problem
>
> I have python 3.3 installed and django 1.5.1 on win 7
> so when i run manage.py runserver i got this error message
>
> c:\mysite>python manage.py runserver
> Validating models...
>
> 0 errors found
> August 04, 2013 - 18:51:37
> Django version 1.5.1, using settings 'mysite.settings'
> Development server is running at http://127.0.0.1:8000/
> Quit the server with CTRL-BREAK.
> Error: 'utf-8' codec can't decode byte 0xc0 in position 0: invalid start 
> byte
>
> Googling didn't help, unfortunately
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to