Re: Django-admin.py Error

2017-04-17 Thread Chris Bartos
This issue is something to do with your Python version. Uninstall Python and install Python 2.7.8 instead of 2.7.7 as it seems there are issues with it. Chris On Tuesday, May 26, 2015 at 1:06:07 AM UTC-5, Shashwat singh wrote: > > Django is properly installed but when i run, django-admin.py it

Re: Django-admin.py Error

2015-05-26 Thread Adailton (Dhelbegor)
This the error: ImportError: cannot import name _compare_digest if this is one class, verify the import. example: in models.py: class One(...) your code here and admin.py: from .models import One > -- You received this message because you are subscribed to the Google Grou

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: Django 1.5 b1 django-admin.py error

2012-12-10 Thread Sultan Imanhodjaev
It worked for me too but I don't understand why it works this way. On Tuesday, 4 December 2012 10:53:21 UTC+6, Aapo Rista wrote: > > keskiviikko, 28. marraskuuta 2012 16.53.15 UTC+2 Sultan Imanhodjaev > kirjoitti: > >> I use OSX Lion, virtualenv version 1.7.2, python 2.7.1. I just created a >> n

Re: Django 1.5 b1 django-admin.py error

2012-12-03 Thread Aapo Rista
keskiviikko, 28. marraskuuta 2012 16.53.15 UTC+2 Sultan Imanhodjaev kirjoitti: > I use OSX Lion, virtualenv version 1.7.2, python 2.7.1. I just created a > new virtualenv, downloaded and install Django 1.5 b1. > I had the same problem: Mac OS X 10.8.2, Python 2.7.3 is installed with MacPorts,

Re: Django 1.5 b1 django-admin.py error

2012-11-28 Thread Sultan Imanhodjaev
Hi, I use OSX Lion, virtualenv version 1.7.2, python 2.7.1. I just created a new virtualenv, downloaded and install Django 1.5 b1. On Nov 28, 2012, at 8:45 PM, Ramiro Morales wrote: > On Wed, Nov 28, 2012 at 3:43 AM, Sultan Imanhodjaev > wrote: >> Hello, >> >> I just downloaded and type dja

Re: Django 1.5 b1 django-admin.py error

2012-11-28 Thread Ramiro Morales
On Wed, Nov 28, 2012 at 3:43 AM, Sultan Imanhodjaev wrote: > Hello, > > I just downloaded and type django-admin.py to start a new project and having > errors > >> (devel)ninja devel: django-admin.py startproject hello >> Traceback (most recent call last): >> [..] > But when I just type django-adm

Django 1.5 b1 django-admin.py error

2012-11-27 Thread Sultan Imanhodjaev
Hello, I just downloaded and type django-admin.py to start a new project and having errors (devel)ninja devel: django-admin.py startproject hello > Traceback (most recent call last): > File "/Users/sultan/.virtualenvs/devel/bin/django-admin.py", line 5, in > > management.execute_from_com

Re: django-admin.py Error

2007-10-24 Thread jnap
Nevermind. Found the problem. Here is what fixed it: ln -s /library/python/2.3/site-packages/django_src/django/ /Library/ Frameworks/Python.framework/Versions/Current/lib/python2.4/site- packages/django On Oct 24, 9:51 pm, jnap <[EMAIL PROTECTED]> wrote: > Hi - > > I did some research around t

django-admin.py Error

2007-10-24 Thread jnap
Hi - I did some research around the internet but couldn't come up with much. Has anyone encountered this error before? jnap:~ jnap$ django-admin.py Traceback (most recent call last): File "/usr/local/bin/django-admin.py", line 2, in ? from django.core import management ImportError: No mod