Re: django-admin.py not working on Vista

2009-01-11 Thread Cody
Hi Rex, I came across this same problem and fixed it by editing the registry like this: Go to HKEY_CLASSES_ROOT and find .py Change its (Default) setting to Python.File Mine was set to py_auto_file when I associated the extension through Windows. Anyway, that got django-admin.py running right.

Re: django-admin.py not working on Vista

2009-01-10 Thread Eugene Mirotin
You can simply append django's bin directory to your _system_ PATH variable (still the same way as on the earlier versions - through the computer properties - advanced) I do not have my Vista laptop on hand, but I believe, this it what I have done to make it work On Jan 10, 5:55 am, Rex

Re: django-admin.py not working on Vista

2009-01-09 Thread Karen Tracey
On Sat, Jan 10, 2009 at 1:25 AM, Rex wrote: > > On Jan 9, 11:51 pm, "Karen Tracey" wrote: > > On Fri, Jan 9, 2009 at 10:55 PM, Rex wrote: > > > ... > > > I Googled around, and the only thing I found was this comment: > > >

Re: django-admin.py not working on Vista

2009-01-09 Thread Rex
On Jan 9, 11:51 pm, "Karen Tracey" wrote: > On Fri, Jan 9, 2009 at 10:55 PM, Rex wrote: > ... > > I Googled around, and the only thing I found was this comment: > > > "you have to change the file association from (cant remember) to "%1″ > > %* and

Re: django-admin.py not working on Vista

2009-01-09 Thread Karen Tracey
On Fri, Jan 9, 2009 at 10:55 PM, Rex wrote: > > I installed Django on my Vista box. Using the Windows command shell, I > go to the site-packages/django/bin directory and here's what I get > when I type various commands: > > > django-admin.py help > Type 'django-admin.py

django-admin.py not working on Vista

2009-01-09 Thread Rex
I installed Django on my Vista box. Using the Windows command shell, I go to the site-packages/django/bin directory and here's what I get when I type various commands: > django-admin.py help Type 'django-admin.py help' for usage. > python django-admin.py help [This gives me the proper help