On 8/17/2010 5:29 PM, Marty wrote: > Runing on Windows 7 > First time user of Django and Python. Got python installed at f: > \python27, downloaded DJango tar file. Used WInRAR to extract. > Copied all of DJANGO into Python27 > > Ran python setup.py install > > Tutorial one says: > >>From the command line, cd into a directory where you’d like to store > your code, then run the command django-admin.py startproject mysite. > This will create a mysite directory in your current directory > > Do I need to add somethgni to my path? > > django-admin.py is not an executable? > > Am I suposed to be in the pyrhon interpreter? > Usually you just invoke the python interpreter with the arguments given, as in
python django-admin.py startproject mysite This should work, because python is available (otherwise you would not have been able to run setup.py as you did). regards Steve -- DjangoCon US 2010 September 7-9 http://djangocon.us/ -- 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. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.