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
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
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
3 matches
Mail list logo