Sunday, June 30, 2013

Re: HELP : Installation of Django 1.6 in Windows

On 1/07/2013 12:16am, Othmane Abouelaecha wrote:
> Hi !! I recently learned to program with python 3.2
> I have a difficulty concerning Django
> I want to install the latest version 1.6 that supports python 3.2
> I only found a way to install in Linux but I'm running Windows 7 !!

You should be able to use the same technique on Windows 7.

1. Download the Django 1.6 zip file and unzip it into a temporary
directory.

2. Get a command prompt and cd into the directory containing setup.py
which is under the temporary directory

3. Execute the command "python setup.py install"

Should work.

Mike

> Can anyone show me how ? And also if you have any book or tutorial about
> Django please send it to me !
>
> --
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to django-users+unsubscribe@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

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

No comments:

Post a Comment