Re: Trouble installing Django

2018-09-04 Thread PASCUAL Eric
f of Phil Campaigne Sent: Monday, September 3, 2018 7:35:09 PM To: Django users Subject: Trouble installing Django I have successfully installed python 3.7 and virtualenv. on my MACBook Pro with MAC High Sierra 10.6 Now I am having trouble installing Django I don't understand the e

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

Trouble installing Django

2018-09-03 Thread Iga John Bosco
U have installed python 3 but ure django installation is pick a different version of python. Simple. My experience is Linux or Ubuntu based. First get the path to ure python3 #Which python Or # python -c “from dilutions.sysconfig import get_get_python_lib; print get_python_li Then Do a pip

Re: Trouble installing Django

2018-09-03 Thread TimT Vogt
n my MACBook Pro > with MAC High Sierra 10.6 > Now I am having trouble installing Django > I don't understand the error message I am getting...especially teh last line. > > Owners-MacBook-Pro:realityBB owner$ pip install Django > Collecting Django > Downloading > h

Re: Trouble installing Django

2018-09-03 Thread Julio Biason
> Now I am having trouble installing Django > I don't understand the error message I am getting...especially teh last > line. > > > Owners-MacBook-Pro:realityBB owner$ pip install Django > Collecting Django > Downloading > ht

Trouble installing Django

2018-09-03 Thread Phil Campaigne
I have successfully installed python 3.7 and virtualenv. on my MACBook Pro with MAC High Sierra 10.6 Now I am having trouble installing Django I don't understand the error message I am getting...especially teh last line. Owners-MacBook-Pro:realityBB owner$ pip install Django Colle

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

Trouble installing django

2012-09-02 Thread puneet loya
I m a starter at python and Django.. When i execute the following command.. I get the error python setup.py install Traceback (most recent call last): File "setup.py", line 1, in from distutils.core import setup ImportError: No module named distutils.core I have 64-bit windows 7.. How do

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

trouble installing django & connecting to irc

2010-10-24 Thread Michael Scull
Hi, I'm having trouble installing django and connecting to irc. -- Mit freundlichen Grüßen / Best Regards, Michael D Scull -- 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...@googl

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

Trouble Installing Django on Windows XP SP3

2009-12-16 Thread reactosguy
I need help installing Django on Windows XP SP3. The docs explain about running on Linux/Mac. -- 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, sen

Trouble installing Django-CMS 2

2009-08-10 Thread odonnell
Hello everyone, I'm having quite a lot of pain installing django-cms 2.0, which is available at http://github.com/digi604/django-cms-2.0/tree/master. When I visit /admin/, I get a "TemplateSyntaxError at /admin/" with the subtitle "Caught an exception while rendering: u'user' ." I suck at readin