This probably isn't of much help, but I'm running vista here, I did django-admin.py startproject testproject without any issues, certainly knows py as executable, I'm running python 2.5.
Hope this helps, Mat From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Denis Cornehl Sent: 24 January 2008 10:11 To: [email protected] Subject: Re: vista install Hi, I think Windows does noch have this feature on the command-line. Type "python django-admin.py startproject testproject". If your Python-installation is in the path, it will run. On Jan 24, 2008 9:46 AM, mtnpaul <[EMAIL PROTECTED]> wrote: Well I got a new laptop that has vista on it (not my choice). I'm trying to install django, but keep getting the same strange message when I try to create a project C:\>django-admin.py startproject testproject results in the following Type 'django-admin.py help' for usage. I've tried both python2.4 and python2.5 with the same results. I believe the problem is that windows does not know that the .py files are executable. Any ideas? Thanks, Paul -- Denis Cornehl --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

