On 12/14/06, kbochert <[EMAIL PROTECTED]> wrote:
>
> The command
> C:>django-admin.py
> does find it (tho it doesn't know what to do with it).
>
> It seems Python does not understand the path environment variable
> or is there something I'm missing?

Python's path (which is the list included in sys.path) is totally
separate from the window path.

You probably want to associate the .py file extension with
c:\python25\python.exe so that you can directly run django-admin.py
(using the windows path).

>From there, you'll want to also make sure that c:\django is included
in your Python path.

--~--~---------~--~----~------------~-------~--~----~
 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