John Antony wrote:
> I am currently using Vista OS
> I have installed Python in the path
> D:\Python26\
> and extracted the tarred file downloaded from www.djangoprojects.com
> ie "Django-1.0.tar.gz" in the path
> D:\Python26\Django-1.0\Django-1.0
> I am however unable to intall Django
> on typing the following command in command prompt I get this error:
> 
> D:\Python26\Django-1.0\Django-1.0>python setup.py install
> 'python' is not recognized as an internal or external command,
> operable program or batch file.

Sorry, I read the first half of your answer a little too quickly. Try

D:\Python26\python setup.py install

or just make sure that D:\Python26\ is added to your path (assuming
that's where you installed Python).

regards
 Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC              http://www.holdenweb.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