And finally to get arguments to be passed correctly, one needs to
adjust the file association settings.

Open MyComputer, Tools->FolderOptions, FileTypes, find "PY" in the
list, select Advanced, select "open" and Edit.  Change the Application
Used.. to

   "C:\Python25\python.exe" "%1" %*

Change the python.exe path for your system as required.

Now at the DOS prompt,

   c:>django-admin.py --version

should respond with the version.

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

Reply via email to