Re: Newbie question: upgrade to python 2.6: cannot (re)connect to Django?
Hi Bob,
> MacPro1:Downloads$ ls
> Django-1.1.1.tar
You have not unpacked the Django archive. You need to run:
$ tar xf Django-1.1.1.tar
It will create a subdirectory (named "Django-1.1.1" probably), then
you need to move to that subdirectory
$ cd Django-1.1.1
and then run the
$ python setup.py install
Regards
Jirka
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home