Re: Proposal to document the error on trying to import django in python 3.4.

2015-09-22 Thread Tim Graham
See if https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/working-with-git/ helps. If you have further questions, it's probably easier if ask can ask in #django-dev on IRC rather the on this mailing list (which reaches hundreds of people). Thanks! On Tuesday, September

Re: Proposal to document the error on trying to import django in python 3.4.

2015-09-22 Thread Anjul Tyagi(geety)
How do I represent the changes the I made in the documentation, I created a branch of the ticket on my local django repository but now should I create a .txt file with the changes or create two new .txt files, one representing the original documentation and other representing the edited versio

Re: Proposal to document the error on trying to import django in python 3.4.

2015-09-11 Thread Tim Graham
Could you please submit a pull request? It's much easier to review and leave comments that way. Thanks! On Friday, September 11, 2015 at 10:22:45 AM UTC-4, Anjul Tyagi(geety) wrote: > > I drafted the changes in the current documentation regarding emphasizing > the use of virtualenv. Have a look

Re: Proposal to document the error on trying to import django in python 3.4.

2015-09-11 Thread Anjul Tyagi(geety)
I drafted the changes in the current documentation regarding emphasizing the use of virtualenv. Have a look and any suggestions are welcome. *Installing an official release with **pip**¶* This is t

Re: Proposal to document the error on trying to import django in python 3.4.

2015-09-11 Thread Anjul Tyagi(geety)
I have drefted some changes in the present documentation w.r.t to emphasizing the use of virtualenv. Please take a look. *Installing an official release with **pip**¶* This is the recommended way t

Re: Proposal to document the error on trying to import django in python 3.4.

2015-09-10 Thread Tim Graham
I created a ticket: https://code.djangoproject.com/ticket/25376#ticket You can read about how to get started contributing to Django in our docs: https://docs.djangoproject.com/en/dev/internals/contributing/ If you have any trouble, #django-dev is a good place to ask questions. Thanks! On Thurs

Re: Proposal to document the error on trying to import django in python 3.4.

2015-09-10 Thread Anjul Tyagi(geety)
Yes, this is a perfect solution to this issue. But how do we proceed with it ? Sorry, but I am new to django contribution ! -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group a

Re: Proposal to document the error on trying to import django in python 3.4.

2015-09-10 Thread Anjul Tyagi(geety)
Yes, that's the perfect solution to this problem. How do we proceed with it then, as I am new to contributing to Django? -Anjul On Thursday, 10 September 2015 00:55:27 UTC+5:30, Tim Graham wrote: > > I think a better use of time could be to update the docs to more strongly > recommend virtualenv

Re: Proposal to document the error on trying to import django in python 3.4.

2015-09-09 Thread Tim Graham
I think a better use of time could be to update the docs to more strongly recommend virtualenv and discourage the use of `sudo pip install`. On Wednesday, September 9, 2015 at 10:17:48 AM UTC-4, Anjul Tyagi(geety) wrote: > > Thanks for all that information Nick, it helped me a lot. > > Yes, it w

Re: Proposal to document the error on trying to import django in python 3.4.

2015-09-09 Thread Anjul Tyagi(geety)
Thanks for all that information Nick, it helped me a lot. Yes, it will be a platform specific information but may be we can just mention it in the documentation, giving the users a hint. -Anjul -- You received this message because you are subscribed to the Google Groups "Django developers (C

Re: Proposal to document the error on trying to import django in python 3.4.

2015-09-09 Thread Nick Sarbicki
To make myself clear. I don't think we need to document this as it is not a django error. It is a Python error because the module was not installed correctly. Maybe there should be a mention of the difference for installation on Ubuntu (and other linux distros?). But this would be unusual for

Re: Proposal to document the error on trying to import django in python 3.4.

2015-09-09 Thread Nick Sarbicki
In which case you need to install it again with *pip3*. All the defaults in Ubuntu (Python, pip etc.) are focused on 2.7, you always need to append 3 if you want it to be *python3 *specific. For earlier versions of ubuntu this was because some core processes required python2.7 and would call it

Re: Proposal to document the error on trying to import django in python 3.4.

2015-09-09 Thread Anjul Tyagi(geety)
yes, I installed django using *pip *and not* pip3.* -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsu

Re: Proposal to document the error on trying to import django in python 3.4.

2015-09-09 Thread Nick Sarbicki
Can you show us how you installed django? More specifically, did you do *pip install django* and *pip3 install django* As it looks like you only install django for 2.7, and not for 3.4. - Nick. On Wednesday, September 9, 2015 at 2:51:07 PM UTC+1, Anjul Tyagi(geety) wrote: > > Hi everyone,

Proposal to document the error on trying to import django in python 3.4.

2015-09-09 Thread Anjul Tyagi(geety)
Hi everyone, I am new to django and wish to address the problem which I faced during the installation of django on Ubuntu 14.04. I had two versions of python installed before I installed django: python 2.7.6 and python 3.4. I installed django as per the steps given in the documentation. Now, I