Friday, July 27, 2012

permission denied eror


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

Traceback (most recent call last):
  File "/usr/local/bin/django-admin.py", line 5, in <module>
    management.execute_from_command_line()
  File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 443, in execute_from_command_line
   
  File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 382, in execute
   
  File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 196, in run_from_argv
  File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 232, in execute
  File "/usr/local/lib/python2.7/dist-packages/django/core/management/commands/startproject.py", line 31, in handle
  File "/usr/local/lib/python2.7/dist-packages/django/core/management/templates.py", line 156, in handle
IOError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/django/conf/project_template/manage.py'


dont why its occuring

pls help me as soon as possible

thnks in advance

--
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/-/lP-c18q1fuoJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment