Re: Strange django-admin.py behaviour

2006-12-21 Thread Cam McVey
Alex, Ah! That worked a treat!! I never even thought to look there since it was previously working fine. I've gone in and edited it (Open WIndows Explorer, Tools / Folder Options ... / Files Types) and it's working great. Thanks so much! Regards, Cam On 12/20/06, Alex Li <[EMAIL PROTECTED]> w

Re: Strange django-admin.py behaviour

2006-12-20 Thread Alex Li
I think there might be something wrong in your .py extension to python.exe linking in Windows setup. Specifically it seems like your python script is working but the arguments after the first one is not being passed on. Did you have %* at the end, like this? "D:\Python24\python.exe" "%1" %* H

Re: Strange django-admin.py behaviour

2006-12-20 Thread Cam McVey
On 12/20/06, Waylan Limberg <[EMAIL PROTECTED]> wrote: When you updated, did you copy a new version of django-admin.py to C:\Python\Scripts\? If you still have an older version of the file there that may be your problem. Yeah, I did. As a workaround for now, I'm just calling the script via a

Re: Strange django-admin.py behaviour

2006-12-20 Thread Waylan Limberg
When you updated, did you copy a new version of django-admin.py to C:\Python\Scripts\? If you still have an older version of the file there that may be your problem. On 12/20/06, Cam McVey <[EMAIL PROTECTED]> wrote: OK, here's a wee update: if I call the script like this, I get sensible output

Re: Strange django-admin.py behaviour

2006-12-20 Thread Cam McVey
OK, here's a wee update: if I call the script like this, I get sensible output: "python C:\Python24\Scripts\django-admin --version" but if I just try: "C:\Python24\Scripts\django-admin --version" it doesn't work (I just get the help text). [By the way, "C:\Python24\Scripts" is on my system PATH,