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

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