Hello, i'm not sure but may be your mistake is the name of the project.

i mean, you type this: django-admin.py startproject pasta face

The space between pasta and face, it's wrong, i guess it should be:
django-admin.py startproject pasta_face

And the SyntaxError i think it is: except ImportError without the , (coma)
and e.

Good luck

2012/7/10 James Smith <jelly...@gmail.com>

> Hey there,
>
> I've recently taken up learning Django, but I've run into an issue I can't
> seem to resolve.
>
> Some information:
> Windows 64-bit
> Django 1.4
> Python 3.2
>
> And this is the tutorial I'm following:
>
> https://docs.djangoproject.com/en/dev/intro/tutorial01/
>
> When I try to start a new project, I get this:
>
> http://www.jmeas.com/webdesign/django_error.png
>
> So, it's a syntax error. I found that the startproject feature was changed
> in Django 1.4, from what I read it sounded like what I typed should still
> work.
> For the record, I also tried including a path, and that failed, too.
>
> If you have any insights into what might be causing this error, do let me
> know. I hope it's not something super simple that I'm just overlooking!
>
> Thanks,
>
> James
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/FWJ4IYNQ5cQJ.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>



-- 
I live each day
Like it's my last
I live for rock and roll
I never look back

I'm a rocker
Do as I feel as I say
I'm a rocker
And no one can take that away

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to