I am having a similar issue, so I tried the $ pip uninstall django,
but I got a "IOError: [Errno 13] Permission denied"

Advice?

Thanks.

On Feb 28, 2:08 am, Praveen Rachabattuni <praveenr...@gmail.com>
wrote:
> Hi,
>
> I am using on Mac OS X Lion and its working pretty well.
> Seems there is something wrong with your django installation, try
> reinstalling
>
> $ pip uninstall django
> $ pip install django
>
> Hope that helps.
>
> Regards,
> Praveen R
>
>
>
>
>
>
>
> On Tuesday, 28 February 2012 06:06:21 UTC+5:30, JChlipala wrote:
>
> > Hello,
>
> > I am a Django beginner, and am trying to get Django set up in Mac OS
> > X.  I am going through the tutorial, but getting stuck very early
> > (essentially at the beginning).  I have installed Python and Django.
> > The next instruction is to enter the command "django-admin.py
> > startproject mysite".  When I do this, I get the following error:
>
> > File "<stdin>", line 1
> > django-admin.py startproject mysite
> >                                         ^
>
> > SyntaxError:  invalid syntax
>
> > Does anybody know why I am getting this error?  The tutorial has a
> > note for Mac OS X users explaining what to do if you get a "permission
> > denied" error, but that is obviously not what is happening to me.
>
> > Thank you for any help!

-- 
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