Re: django-admin.py and manage.py both fail in dev

2013-02-10 Thread David
Problem solved. Once I straightened out my path issues it came down to the following: *python manage.py validate* works fine while * manage.py validate* does not. It just returns the help text as if I had run *manage.py* with no parameters. Clearly either Win7 or Python33 or Django 1.6dev

Re: django-admin.py and manage.py both fail in dev

2013-02-10 Thread Ramiro Morales
On Sun, Feb 10, 2013 at 3:22 AM, David Flory wrote: > When I run either django-admin.py or manage.py all I get is the help screen > for the command regardless of the parameters I give. > > For example: > django-admin.py startproject mysite > returns the help screen. It

Re: django-admin.py and manage.py both fail in dev

2013-02-10 Thread David
and that the code fragment in my OP works and returns the dev version. On Sunday, February 10, 2013 10:43:14 AM UTC-5, David Flory wrote: > > I should have said that I am running Windows 7 (64 bit) and 64 bit VC10 > versions of my software. -- You received this message because you are