Re: Problem installing django on windows

2007-09-12 Thread jorgehugoma
From: Dean <[EMAIL PROTECTED]> To: Django users <django-users@googlegroups.com> Sent: Wednesday, September 12, 2007 12:12:36 AM Subject: Problem installing django on windows Hi I'm having trouble getting jdango working on windows XP. I've been following the tutorial on:http://thin

Re: Problem installing django on windows

2007-09-11 Thread Dean Edridge
Ahik wrote: > Hi, > It seems that 'python' is not in your path. > > Try to locate the the path for python.exe. It might be something like: > C:\Python25\python.exe > In this case you can type the following: > C:\django\testproject>C:\Python25\python.exe manage.py runserver > It should work. > >

Re: Problem installing django on windows

2007-09-11 Thread Ahik
Hi, It seems that 'python' is not in your path. Try to locate the the path for python.exe. It might be something like: C:\Python25\python.exe In this case you can type the following: C:\django\testproject>C:\Python25\python.exe manage.py runserver It should work. Later, you can add the python

Problem installing django on windows

2007-09-11 Thread Dean
Hi I'm having trouble getting jdango working on windows XP. I've been following the tutorial on:http://thinkhole.org/wp/django-on- windows/ I have installed all the latest versions of progams that are mentioned in the tutorial. but have trouble getting the demo page to work. I get to this part: