Re: Mac.... Won't Download, sync to python, or install... please help
16 views
Skip to first unread message
Tom Lockhart
unread,
Aug 18, 2012, 5:02:03 PM8/18/12
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
On 2012-08-18, at 1:28 PM, phil archambault wrote:
> Hey django users I'm trying to figure out how to dl and install django into py, but I'm not having any luck with this issue. I have followed the directions down to the tee and issue still stands, any help help would be greatly appreciated!
Not sure what instructions you are following, and whether they are actually done the tee. You need to be more specific to get help.
If your instructions do not happen to use virtualenv you might want to find new instructions, especially if you are new at this. It makes it much easier to get a consistent installation.
hth
- Tom
phil archambault
unread,
Aug 18, 2012, 5:12:58 PM8/18/12
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
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
Good. So since you followed the instructions exactly, and haven't mentioned any errors or issues, we must presume that your Django installation was successful and you are now ready to write your first app. Well done.
--
DR.
phil archambault
unread,
Aug 18, 2012, 5:46:53 PM8/18/12
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
phil archambault
unread,
Aug 18, 2012, 5:49:01 PM8/18/12
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'm still have issues..... I have both python and django down loaded, but I can't get django to go into python
: sudo tar xzvf django.tar.gz
tar: Error opening archive: Failed to open 'django.tar.gz'
Amyth Arora
unread,
Aug 18, 2012, 5:54:43 PM8/18/12
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
what do you meant by "django to go into python" ?? Once you execute
"python setup.py install " from the django package it automatically
install django inside python 'site-packages'. ??
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
phil archambault
unread,
Aug 18, 2012, 6:02:01 PM8/18/12
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 figured it out. Thanks. I ran all the source scripts separately and it didn't work, but with I entered the source scripts into the terminal all at once for some reason it magically worked.....
I know what I'm talking about. No need to return with discontent. I've been at this for computer business for a while.
On Saturday, August 18, 2012 5:54:43 PM UTC-4, Amyth wrote: