You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
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.
Any help or direction would be great.
Thanks
Dan
Tom Lockhart
unread,
Jul 24, 2015, 5:50:34 PM7/24/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
…
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.