Re: Exception on start django server in windows 7

2014-01-20 Thread Sam Lai
It's due to the accent on the e in your username. This is a 'bug' in the
way Python works with the Windows command prompt.

Long story short, just move the 'Python' directory out from your Desktop to
somewhere just on your C:\ drive (so your username isn't in the path) and
everything will work, e.g. C:\Python. Maybe C:\work\Python would be a more
descriptive path.


On 21 January 2014 11:08, Moisés Batista dos Santos Filho <
msneofi...@gmail.com> wrote:

> Hi, everyone. I need help!
> I was reading django's tutorial when the next step was start server. But
> when I put this instruction in command line, python manage.py runserver:
>
>
> 
>
> I'm trying solve this error but no successful.
>
>  --
> 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/cfea2648-ecfe-4533-b6be-912d1fd5c4f0%40googlegroups.com
> .
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABxbXqUZeTNQWnsNOi2xUBsPhzO2Oom6GNv7VxURQBFBwuoK4A%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Exception on start django server in windows 7

2014-01-20 Thread Ramiro Morales
On Mon, Jan 20, 2014 at 9:08 PM, Moisés Batista dos Santos Filho <
msneofi...@gmail.com> wrote:

> Hi, everyone. I need help!
> I was reading django's tutorial when the next step was start server. But
> when I put this instruction in command line, python manage.py runserver:
>
>
> 
>
> I'm trying solve this error but no successful.
>

does by chance the host name of your Windows workstation have a non-ASCII
(e.g. an accented) character?

If so, as a temporary workaround, try changing it to a pure-ASCII one.

Also in the future pklease copy and paste the text of error messages like
this in the body of the email intead of attaching a screen capture. This is
better for getting the content indexted by search engines.

Also you might wat to widen the size of your terminal to to not get these
ugly line wraps.

-- 
Ramiro Morales
@ramiromorales

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAO7PdF-%2Bns-KhuZnVrN0%2BTmWMN-OWA0B-J4gXBvy%3D4dNoTkObw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.


Exception on start django server in windows 7

2014-01-20 Thread Moisés Batista dos Santos Filho
Hi, everyone. I need help!
I was reading django's tutorial when the next step was start server. But 
when I put this instruction in command line, python manage.py runserver:



I'm trying solve this error but no successful.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/cfea2648-ecfe-4533-b6be-912d1fd5c4f0%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.