Script name may differ in distribution packages If you installed Django using a Linux distribution's package manager (e.g. apt-get or yum) django-admin.py may have been renamed to django-admin. You may continue through this documentation by omitting .py from each command.
Refer: https://docs.djangoproject.com/en/1.3/intro/tutorial01/ just try django-admin . On Wed, Jan 4, 2012 at 1:00 PM, Jirka Vejrazka <[email protected]>wrote: > > I was able to get the django-admin.py file to be located and I no > > longer had an error with startproject not executing but there was a > > random issue with the name of my file. At this point I have no idea > > what the problem is. > > > > http://madtrak.com/error.png > > Hi there, > > you are missing the django-admin.py filename on your path. It ends > with "...\django\bin" which is a directory name, not a file name. > > HTH > > Jirka > > -- > 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. > > -- 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.

