> … > I am having some trouble installing Django. The installation documentation > is great and I have downloaded Python version 3.4.3 for OS X but can't seem > to complete the download. I am new to programming so most likely its user > error.
I use MacOS for my development machine. If it were me (and when it is, this is how I do it): 1) Install MacPorts 2) Install PostgreSQL and Python from MacPorts 3) Use virtualenv to create a standalone Python environment 4) Enable the virtualenv by sourcing bin/activate 5) Use pip to install other Python packages including Django 6) Work through the Django tutorial If you have specific difficulties ask the list for help. hth - 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6A899E39-83D4-4452-9AB3-D669E08E689C%40gmail.com. For more options, visit https://groups.google.com/d/optout.

