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 path (C:\Python25 in the above example) to your environment. Ahik On Sep 12, 7:12 am, Dean <[EMAIL PROTECTED]> wrote: > 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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---