Getting an AttributeError while creating a Django project

2013-03-27 Thread Olga Zasenko
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.

-- 
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.
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.


<>

Re: Getting an AttributeError while creating a Django project

2013-03-27 Thread Tom Evans
On Wed, Mar 27, 2013 at 4:39 PM, Olga Zasenko  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+unsubscr...@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.




Re: Getting an AttributeError while creating a Django project

2013-04-05 Thread Olga Zasenko
It's frustrating

On Wednesday, March 27, 2013 7:12:05 PM UTC+2, Tom Evans wrote:
>
> On Wed, Mar 27, 2013 at 4:39 PM, Olga Zasenko 
> > 
> 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+unsubscr...@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.




Re: Getting an AttributeError while creating a Django project

2013-04-05 Thread Olga Zasenko
You were right. 
So I fixed the Path. But I'm still getting the same error.

On Wednesday, March 27, 2013 7:12:05 PM UTC+2, Tom Evans wrote:
>
> On Wed, Mar 27, 2013 at 4:39 PM, Olga Zasenko 
> > 
> 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+unsubscr...@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.




Re: Getting an AttributeError while creating a Django project

2013-04-08 Thread Rafael E. Ferrero
I see that u use windows... try with these
https://zignar.net/2012/06/17/install-python-on-windows/ first. with
virtualenv you can have more control and diferents versions to try without
any problem.

virtualenv create a virtual machine where you can install django, python,
etc to work with, if somethings goes wrong just delete the virtual machine
and thats its.

Hope to help you


2013/4/5 Olga Zasenko 

> You were right.
> So I fixed the Path. But I'm still getting the same error.
>
>
> On Wednesday, March 27, 2013 7:12:05 PM UTC+2, Tom Evans wrote:
>
>> On Wed, Mar 27, 2013 at 4:39 PM, Olga Zasenko 
>> 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+unsubscr...@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.
>
>
>



-- 
Rafael E. Ferrero
Claro: (03562) 15514856

-- 
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.
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.




Re: Getting an AttributeError while creating a Django project

2013-04-09 Thread Olga Zasenko
Cannot believe it is still the same!

As you can see I've created a new virtual environment called env1, 
activated it, installed django, changed django's directory in my Path...
But I'm greatful for your response:)

On Monday, April 8, 2013 2:17:43 PM UTC+3, vicherot wrote:
>
> I see that u use windows... try with these 
> https://zignar.net/2012/06/17/install-python-on-windows/ first. with 
> virtualenv you can have more control and diferents versions to try without 
> any problem.
>
> virtualenv create a virtual machine where you can install django, python, 
> etc to work with, if somethings goes wrong just delete the virtual machine 
> and thats its.
>
> Hope to help you
>
>
> 2013/4/5 Olga Zasenko >
>
>> You were right. 
>> So I fixed the Path. But I'm still getting the same error.
>>
>>
>> On Wednesday, March 27, 2013 7:12:05 PM UTC+2, Tom Evans wrote:
>>
>>> On Wed, Mar 27, 2013 at 4:39 PM, Olga Zasenko  
>>> 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...@googlegroups.com .
>> To post to this group, send email to django...@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.
>>  
>>  
>>
>
>
>
> -- 
> Rafael E. Ferrero
> Claro: (03562) 15514856 
>

-- 
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.
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.


<>

Re: Getting an AttributeError while creating a Django project

2013-04-09 Thread Rafael E. Ferrero
maybe you can try re-download django installers and reinstall de last
stable version.


2013/4/9 Olga Zasenko 

> Cannot believe it is still the same!
>
> As you can see I've created a new virtual environment called env1,
> activated it, installed django, changed django's directory in my Path...
> But I'm greatful for your response:)
>
>
> On Monday, April 8, 2013 2:17:43 PM UTC+3, vicherot wrote:
>
>> I see that u use windows... try with these https://zignar.net/2012/06/17/
>> **install-python-on-windows/first.
>>  with virtualenv you can have more control and diferents versions to
>> try without any problem.
>>
>> virtualenv create a virtual machine where you can install django, python,
>> etc to work with, if somethings goes wrong just delete the virtual machine
>> and thats its.
>>
>> Hope to help you
>>
>>
>> 2013/4/5 Olga Zasenko 
>>
>>> You were right.
>>> So I fixed the Path. But I'm still getting the same error.
>>>
>>>
>>> On Wednesday, March 27, 2013 7:12:05 PM UTC+2, Tom Evans wrote:
>>>
 On Wed, Mar 27, 2013 at 4:39 PM, Olga Zasenko 
 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...@**googlegroups.com.
>>> To post to this group, send email to django...@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
>>> .
>>>
>>>
>>>
>>
>>
>>
>> --
>> Rafael E. Ferrero
>> Claro: (03562) 15514856
>>
>  --
> 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.
> 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.
>
>
>



-- 
Rafael E. Ferrero
Claro: (03562) 15514856

-- 
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.
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.




Re: Getting an AttributeError while creating a Django project

2013-04-10 Thread ak
Please try to use the *traceback* option:
>>> python django-admin.py startproject mysite --traceback
Maybe we will get some additional info...

-- 
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.
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.