Re: permission denied eror

2012-07-27 Thread Harjot Mann
Rafael E. Ferrero can u pls send me the link On Sat, Jul 28, 2012 at 10:05 AM, Harjot Mann wrote: > yes i tried it is creating a folder named mysite but inside this folder > there are no files llike maange.py etc > > > On Fri, Jul 27, 2012 at 7:35 PM, Leandro Alves wrote: > >> Did you try: >> >>

Re: permission denied eror

2012-07-27 Thread Harjot Mann
yes i tried it is creating a folder named mysite but inside this folder there are no files llike maange.py etc On Fri, Jul 27, 2012 at 7:35 PM, Leandro Alves wrote: > Did you try: > > sudo django-admin.py startproject mysite > > ? > > > On Friday, July 27, 2012 3:20:54 PM UTC+2, Harjot Mann wrot

Re: permission denied eror

2012-07-27 Thread Rafael E. Ferrero
Thats because you dont have django-admin.py in your pythonpath, in djangoproject documentation you have clearly explain how you can do this work. See ya 2012/7/27 Harjot Mann > > hello everyone > > I installed django and its working under pyhton bt when i typed the > follwing command > django-a

Re: permission denied eror

2012-07-27 Thread Leandro Alves
Did you try: sudo django-admin.py startproject mysite ? On Friday, July 27, 2012 3:20:54 PM UTC+2, Harjot Mann wrote: > > > hello everyone > > I installed django and its working under pyhton bt when i typed the > follwing command > django-admin.py startproject mysite > > im geting these errors