Re: What is the easy way to install DJango?

2012-08-23 Thread baldyeti
Overall it is less problematic to get any python library to work on linux than windows, no doubt. But an alternative which I have not seen mentioned yet is using the ActiveState python distribution. Their "pypm" package manager can tap into their repository of pre-built extensions (see http://co

Re: What is the easy way to install DJango?

2012-08-23 Thread Jani Tiainen
23.8.2012 2:08, Demian Brecht kirjoitti: Or installing the M$ VC++ Express edition compatible with the version used for the Python build -- Wulfraed Dennis Lee Bieber AF6VN wlfr...@ix.netcom.com H

Re: What is the easy way to install DJango?

2012-08-22 Thread Demian Brecht
> Or installing the M$ VC++ Express edition compatible with the > version used for the Python build > -- > Wulfraed Dennis Lee Bieber AF6VN > wlfr...@ix.netcom.comHTTP://wlfraed.home.netcom.com/ > > Sure (or MinGW if I'm not mistaken) but the que

Re: What is the easy way to install DJango?

2012-08-22 Thread Amyth Arora
Here is an easy tutorial on how you can install django on windows http://techstricks.com/install-django-on-windows-7/ .I am assuming that you already have python installed on your computer, if not then First install Python using this tutorial http://techstricks.com/installing-python-2-7-on-windows-

Re: What is the easy way to install DJango?

2012-08-22 Thread Demian Brecht
Er, it's easy to install on Windows until you want to install a package that has C extensions. Then, you're either scouring the web for pre-builts (which can be a pain depending on your architecture and your level of paranoia about the contents of the binaries) or you're installing a GNU toolchain

Re: What is the easy way to install DJango?

2012-08-22 Thread Jani Tiainen
22.8.2012 14:56, Tom Evans kirjoitti: On Wed, Aug 15, 2012 at 3:53 PM, Vibhu Rishi wrote: Hi, If you are new to Django and are just getting around to learn it, I recommend using BitNami Django stack for windows. http://bitnami.org/stack/djangostack So far, it has been the easiest to install o

Re: What is the easy way to install DJango?

2012-08-22 Thread Tom Evans
On Wed, Aug 15, 2012 at 3:53 PM, Vibhu Rishi wrote: > Hi, > > If you are new to Django and are just getting around to learn it, I > recommend using BitNami Django stack for windows. > http://bitnami.org/stack/djangostack > > So far, it has been the easiest to install on the windows machine. > > Vi

Re: What is the easy way to install DJango?

2012-08-16 Thread yati sagade
While other answers have covered nicely how to install Django on your system, you might want to take this opportunity to venture in to the wonderful land of UNIX. It will make your life much, much easier :) If you have the option, install Linux beside your Windows in a dual boot setting and after t

Re: What is the easy way to install DJango?

2012-08-15 Thread Vibhu Rishi
Hi, If you are new to Django and are just getting around to learn it, I recommend using BitNami Django stack for windows. http://bitnami.org/stack/djangostack So far, it has been the easiest to install on the windows machine. Vibhu On Wednesday, 15 August 2012 14:06:33 UTC+5:30, Thato wrote:

Re: What is the easy way to install DJango?

2012-08-15 Thread baldyeti
Thato Aphane wrote, On 2012-08-15 15:06: I have downloaded Django now where do I unzip it/ In which path? Wherever you want - that'll just be a temporary working directory used during the install; afterwards the setup tools will copy the django files under your site-packages (the work directory

Re: What is the easy way to install DJango?

2012-08-15 Thread Thato Aphane
I have downloaded Django now where do I unzip it/ In which path? On Wed, Aug 15, 2012 at 3:00 PM, Jirka Vejrazka wrote: > It's easy to install Django on a Windows machine to test it out and > develop code. Most of this is covered here: > https://docs.djangoproject.com/en/1.4/topics/install/ > >

Re: What is the easy way to install DJango?

2012-08-15 Thread Jirka Vejrazka
It's easy to install Django on a Windows machine to test it out and develop code. Most of this is covered here: https://docs.djangoproject.com/en/1.4/topics/install/ In a nutshell, you need: - Python 2.x (2.7) - install it if you already have not done so - Django (start with a stable release e.g.

Re: What is the easy way to install DJango?

2012-08-15 Thread baldyeti
You'll need the python interpreter first then 'pip install django' should give you the latest release (pip.exe lives under the Scripts subdirectory of your python install, which I think recent installers should add to you PATH automatically) Other than that I see nothing wrong with the offcial

Re: What is the easy way to install DJango?

2012-08-15 Thread Thomas Guettler
Am 15.08.2012 10:36, schrieb AbcThato: Hi guys I want to install Django on my windows computer please help me the easy way to install Django frame work. Regards AbcThato Where do you want to deploy your app if you have written some code? Most Hosting environments use Linux. That's why I woul

What is the easy way to install DJango?

2012-08-15 Thread AbcThato
Hi guys I want to install Django on my windows computer please help me the easy way to install Django frame work. Regards AbcThato -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.