Dean,

You have to add python to your system PATH variable or always give python full 
path (c:\python\python manage.py runserver). 
To add Python to your PATH variable do the following:

1 right click on my computer and select properties
2 click on the advanced tab
3 click on the Environment Variables button
4 go to system variables en search for the PATH variable
5 once you found the path variable select it and click the edit button 
6 go to the end of the string and add the your python path (;c:\python25\) 
don't forget the semicolon 
 


Jorge Hugo Murillo


----- Original Message ----
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://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:

C:\Documents and Settings\HP_Administrator>cd C:\

C:\>cd django

C:\django>django-admin.py startproject testproject

C:\django>cd testproject

C:\django\testproject>python manage.py runserver


but then I get an error saying:

'python' is not recognized as an internal or external command,
operable program or batch file.
C:\django\testproject>

Any help appreciated
Thanks, Dean










       
____________________________________________________________________________________
Pinpoint customers who are looking for what you sell. 
http://searchmarketing.yahoo.com/
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to