Re: Trouble installing Django

2018-09-04 Thread PASCUAL Eric
Hi Phil, As suggested by other posters, creating a virtualenv is the safest way to work with Python, since it avoids tampering with the system level installation (f.i. several Linux distros use Python for a lot of their system tools in nowadays versions) and it lets you have customized environ

Re: Trouble installing Django

2018-09-04 Thread Devender Kumar
If you wanna install across the system then just Use *root user *Or* sudo **pip install **Django* . this is install the django in your system. but Best practices is to use special env If you need any help installing django with env reply me i will help in that. Thanks enjoy Dev On Mon, Sep 3, 2018

Re: Trouble installing Django

2018-09-03 Thread TimT Vogt
Use pip3 install django==2.01 You can use python 2.7 and python3 I use pip3 for installation of Django in python 3 Verstuurd vanaf mijn iPhone > Op 3 sep. 2018 om 19:35 heeft Phil Campaigne het > volgende geschreven: > > I have successfully installed python 3.7 and virtualenv. on my MACBook P

Re: Trouble installing Django

2018-09-03 Thread Julio Biason
Hi Phil, This happens because you're trying to install Django system-wide and that operation requires root (superuser) access. The best way to install Django is to first create a virtualenv. That will isolate the install directory from the system, so you can freely install and uninstall any libra

Re: Trouble installing django

2012-09-02 Thread puneet loya
Solved it :) Used the easy_install utility of python and the works done :) It installs Django automatically :) On Sunday, September 2, 2012 11:55:14 PM UTC+5:30, puneet loya wrote: > > I m a starter at python and Django.. > > When i execute the following command.. I get the error > python setu

Re: trouble installing django & connecting to irc

2010-10-24 Thread Shawn Milochik
On Sun, Oct 24, 2010 at 6:26 AM, Michael Scull wrote: > Hi, > I'm having trouble installing django and connecting to irc. > > -- > Mit freundlichen Grüßen / Best Regards, > Michael D Scull > If you want help, please look up the exact error output you're getting in the "Search this Group" box here

Re: Trouble Installing Django on Windows XP SP3

2009-12-16 Thread dartdog
I can vouch for running Django on Windows! it works fine,, just follow directions precisely. You must use command line, for ALL steps, not GUI or you will probably never get it going though. My biggest error was attempting to use GUI (file manager etc) for some steps... On Dec 16, 4:17 pm, Karen T

Re: Trouble Installing Django on Windows XP SP3

2009-12-16 Thread Karen Tracey
On Wed, Dec 16, 2009 at 5:13 PM, reactosguy wrote: > I need help installing Django on Windows XP SP3. The docs explain > about running on Linux/Mac. > > The docs, specifically here: http://docs.djangoproject.com/en/1.1/topics/install/#installing-official-release also mention Windows. Without s