Wednesday, March 27, 2013

Re: Getting an AttributeError while creating a Django project

On Wed, Mar 27, 2013 at 4:39 PM, Olga Zasenko <olgazasenko@gmail.com> wrote:
> Hi, everybody!
> I'm following the instructions on website docs.djangoproject.com and trying
> to create my very first Django project.
> The only result I get is a confusing error:
>
> AttributeError: 'module' object has no attribute '_handlerList'.
>
> My Django version is 1.5, Python - 2.7.3.
> I completely deleted and reinstalled Django, but it didn't help.
> Maybe the attached screenshot will help.
>
> Thank you.
>

I expect that the django-admin.py you are running is not the one you
have just installed. Check your PATH and see which is being run.

Cheers

Tom

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

No comments:

Post a Comment