Django-admin.py Error

2015-05-25 Thread Shashwat singh
Django is properly installed but when i run, django-admin.py it returns the following error. Traceback (most recent call last): File "/usr/local/bin/django-admin.py", line 5, in management.execute_from_command_line() File "/usr/local/lib/python2.7/site-packages/django/core/management/__

Re: Problem Making New Django project - please help

2014-12-04 Thread Shashwat singh
No , it used to work perfectly on osx mavericks, then i did some stuff with opencv and since then i'm getting that error. I've tried each n every solution available on internet but nothing seems to solve that problem :/ -- You received this message because you are subscribed to the Google Group

Re: Problem Making New Django project - please help

2014-12-04 Thread Shashwat singh
Django version -- 1, 7, 1 And yes doing this from my home directory. -- 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.

Re: Problem Making New Django project - please help

2014-12-03 Thread Shashwat singh
> > Django is properly installed but when i try to create a new project --- " > django-admin.py startproject abc " it returns ^^ that error. I've tried almost everything, but nothing seems to fix that. Any help will be highly appreciated. > -- You received this message because you are subscr

Re: Problem Making New Django project - please help

2014-12-03 Thread Shashwat singh
Django is properly installed but when i try to create a new project --- " django-admin.py startproject abc " it returns ^^ that error. Any help will be highly appreciated. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from thi

Problem Making New Django project - please help

2014-12-02 Thread Shashwat singh
Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.7/bin/django-admin.py", line 5, in management.execute_from_command_line() File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/core/management/__init__.py