Re: Django Windows Install Issues

2014-02-27 Thread Joe Buty
Thanks I got django and pip installed. I also got the community version of pyCharm and its is awesome. Thanks for all of the relevant comments and suggestions. On Tuesday, February 25, 2014 1:23:49 PM UTC-8, Joe Buty wrote: > > Hello, I am having trouble getting Django to work. I have installed

Re: Django Windows Install Issues

2014-02-26 Thread Mike Dewhirst
On 27/02/2014 7:50am, Vernon D. Cole wrote: You need pip I agree -- even though it is terrible to install on Windows. I disagree See http://stackoverflow.com/questions/4750806/how-to-install-pip-on-windows You have to wade through an awful lot of that page before you see the 2014 upd

Re: Django Windows Install Issues

2014-02-26 Thread Vernon D. Cole
On Tuesday, February 25, 2014 2:23:49 PM UTC-7, Joe Buty wrote: > > Hello, I am having trouble getting Django to work. I have installed python > and downloaded and unzipped the .tar file for django. I am using windows 8 > ugh and can not open the instal file. I read through the setup.py and I

Re: Django Windows Install Issues

2014-02-25 Thread Nick Santos
Hi Joe, You shouldn't need to set any paths to install Django. If you open a command prompt up and navigate to the folder (or hold down shift and right click in the folder and select "Open Command Window Here" then run the command "python setup.py install" it will install Django. Also, I'd highly

Django Windows Install Issues

2014-02-25 Thread Joe Buty
Hello, I am having trouble getting Django to work. I have installed python and downloaded and unzipped the .tar file for django. I am using windows 8 ugh and can not open the instal file. I read through the setup.py and I think I need help setting the correct path. Either moving the Django unzip

Re: setup.py in Windows install does nothing

2008-01-30 Thread Schmoopie
This has now been resolved, by moving the django file onto a site in the PYTHONPATH -- thanks to the good folks at the IRC channel for assistance. On Jan 30, 6:19 pm, Schmoopie <[EMAIL PROTECTED]> wrote: > Newbie question: I followed the installation procedures for a Windows > inst

setup.py in Windows install does nothing

2008-01-30 Thread Schmoopie
Newbie question: I followed the installation procedures for a Windows install. I go to a command window, get to the right directory, give the command setup.py install -- and nothing happens, in terms of getting anything the right module into my Python25\Lib\site-packages directory. What could

Windows install

2007-02-08 Thread Dale Wilson
Hi, As a newbie to Django I failed to read the install doc correctly and tried to run setup.py rather than simply checking django out of svn directly into site-packages. Reading the doc more carefully solved my problem, but in the meantime I found a "buglet" in setup.py that should probably be f