Re: django-admin.py not functional on 64 bit Vista

2010-11-20 Thread michael11717
I just found the BitNami DjangoStack -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com.

Re: django-admin.py not functional on 64 bit Vista

2010-11-20 Thread michael11717
well, seems like the ole good-news/bad-news cliche: it would seem that you are correct, it does not seem to be a problem with version of windows; however I am still not able to get Django functioning on my Widows Vista the only version of Django that I was able to find to install was

Re: django-admin.py not functional on 64 bit Vista

2010-11-19 Thread Robbington
Hi Micheal, Pretty sure it has nothing to do with your version of windows. appended MS-DOS PATH: with "C:\hp\bin\Python\Lib\site-packages \django \bin" which allows me to run django-admin.py If you have installed Python and django propely, there is no need to append anything. It should work

django-admin.py not functional on 64 bit Vista

2010-11-18 Thread michael11717
hi, "django-admin.py startproject myproject" is not functional on my 64 bit Windows Vista SP2 resulting in an "usage" error message: "Usage: django-admin.py subcommand [options] [args]" the "usage" error message would seem to indicate django-admin.py is indeed running, I believe that I have