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, 
If I type the following on the terminal:


*python>>>import django*

It works correctly, but


*python3>>>import django*

shows the module not found error 
<http://stackoverflow.com/questions/26545436/unable-to-import-django-in-python3-4>.
 
I think we can document this inside the "verifying" section of the "Quick 
Installation guide" part of documentation just to make sure that new users 
don't panic seeing this error.

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/009dba30-6461-490a-80e1-b643f75d6c11%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to