Re: trouble with Django install

2010-09-12 Thread nick.l...@gmail.com
oh forgot to add...to verify that Django was installed properly, start the python interpreter...then type: import django If it does not error then you're good to go. else...something went wrong. n On Sun, Sep 12, 2010 at 10:19 PM, nick.l...@gmail.com wrote: > Sophi > > This is the simplest way

Re: trouble with Django install

2010-09-12 Thread ankit rai
shortcut is a module name in django application.You might be using this in your views as from.django.shortcuts import httP*.There is no error while deploying . On Mon, Sep 13, 2010 at 8:49 AM, nick.l...@gmail.com wrote: > Sophi > > This is the simplest way to install Django: > http://docs.djangop

Re: trouble with Django install

2010-09-12 Thread nick.l...@gmail.com
Sophi This is the simplest way to install Django: http://docs.djangoproject.com/en/dev/topics/install/?from=olddocs#installing-an-official-release If you follow the instructions about installing the offical release, then you won't need to worry about doing any linking (ie the ln -s command) n

trouble with Django install

2010-09-12 Thread Sophi
Hello- I am trying to install Django and having problems! I have Python 2.6 and Ubuntu, also I am total Linux N00B I am using this document to help me to install Django: http://docs.djangoproject.com/en/dev/topics/install/?from=olddocs Everything seems OK until I want to check that the Python int