Re: Basic installation

2011-11-25 Thread william ratcliff
It looks like you have now installed Django. On 11/25/11, JJ Zolper wrote: > I felt stupid I went back to the installation guide on the site and: > Once you’ve unzipped the file, start up a DOS shell (the “Command > Prompt”) with administrator privileges and run the following command > from withi

Re: Basic installation

2011-11-25 Thread JJ Zolper
I felt stupid I went back to the installation guide on the site and: Once you’ve unzipped the file, start up a DOS shell (the “Command Prompt”) with administrator privileges and run the following command from within the directory whose name starts with Django- python setup.py install However when I

Re: Basic installation

2011-11-25 Thread JJ Zolper
I felt stupid I went back to the installation guide on the site and: Once you’ve unzipped the file, start up a DOS shell (the “Command Prompt”) with administrator privileges and run the following command from within the directory whose name starts with Django- python setup.py install However whe

Re: Basic installation

2011-11-25 Thread Tom Evans
On Fri, Nov 25, 2011 at 4:12 PM, JJ Zolper wrote: > I was able to install Python 2.7 64-bit for Windows 7. I > then downloaded the ez_setup.py and ran it. It installed the .egg > file. > > I then attemped the Python command line: - easy_install django - > easy_install ipython > > However I had no

Re: Basic installation

2011-11-25 Thread JJ Zolper
I was able to install Python 2.7 64-bit for Windows 7. I then downloaded the ez_setup.py and ran it. It installed the .egg file. I then attemped the Python command line: - easy_install django - easy_install ipython However I had no success installing the packages. I posted my error output on my

Re: Basic installation

2011-11-25 Thread JJ Zolper
Hello, I was told to do this as of currently: - Install setup tools http://pypi.python.org/pypi/setuptools/0.6c11 - Go to the command line (cmd.exe) and type - easy_i

Re: Basic installation

2011-11-25 Thread william ratcliff
What operating system are you trying to install it on? Easy install is probably your easiest option. Personally, I use "pip", which once you've installed easy_install with the above directions, you can use to install django. The advantage of pip is that it can also uninstall packages. One othe

Re: Basic installation

2011-11-25 Thread JJ Zolper
Dont worry that it was hard to understand just how to set it up. I had a tough time understanding the directions too! - JJ On Nov 24, 2011, at 11:59 PM, Timothy Makobu wrote: > Install setup tools http://pypi.python.org/pypi/setuptools/0.6c11 > Go to the command line (cmd.exe) and type > ea

Re: Basic installation

2011-11-24 Thread Timothy Makobu
- Install setup tools http://pypi.python.org/pypi/setuptools/0.6c11 - Go to the command line (cmd.exe) and type - easy_install django - easy_install ipython (not needed by django, but very useful, as you will see when you come to running "python manage.py shell" Then read t

Re: Basic installation

2011-11-24 Thread ek_wals
On Nov 24, 3:02 pm, ek_wals wrote: > I'm at a loss as to installing Django - and I have spent the day > reading the documentation, the FAQ etc. > I understand that I should download django, unzip and un-tar, and then > run setup.py in the resulting directory. When I do this, I get a bunch > of s