Newbie question: upgrade to python 2.6: cannot (re)connect to Django?

2010-03-09 Thread BobAalsma
On this machine (MacPro, OS X 10.5.8) I have installed and started working with Django. I wanted to upgrade to Pyhton 2.6. Installed from http://www.python.org/download/ (downloaded 2.6.4 Mac Installer Disk Image). Seems to work properly. Then wanted to use Django again. Can't seem to connect to th

Re: Newbie question: upgrade to python 2.6: cannot (re)connect to Django?

2010-03-10 Thread Jirka Vejrazka
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 set

Re: Newbie question: upgrade to python 2.6: cannot (re)connect to Django?

2010-03-10 Thread BobAalsma
YES! Thank you very much. Amazing how simple things can be blocking if the context is missing ;-) Regards, Bob On Mar 10, 11:12 am, Jirka Vejrazka wrote: > Hi Bob, > > > MacPro1:Downloads$ ls > > Django-1.1.1.tar > >   You have not unpacked the Django archive. You need to run: > $ tar xf Django