Saturday, January 26, 2013

Django install error using Python26

Hey All,

So I'm new to Python/Django, trying to use this more after being a Perl user for quite some time. I'm going through the djangobook.com tutorial for starters. I have Python 2.6.6 installed, as well as Django 1.4.3. Hasn't been an issue running any Python scripts, however when I navigate to the django directory to do the install:
python setup.py INSTALL

I get the following:

C:\Django-1.4.3>python setup.py INSTALL
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: invalid command 'INSTALL'

I'm running Windows 7 64, installed the Python 2.6.6, added that and the path to the scripts directory to PATH, and installed the version of django mentioned above. I've searched for about the past 2 hours for a solution on line so I figured I would give this a shot. Any help would be much appreciated.

Thank you

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment