On Jul 31, 3:41 pm, ginost7 <gino...@googlemail.com> wrote:
> Im using ubuntu
>
> I managed to get through the poll project working on the django tut.
>  then tried another project
>
> At the prompt i get
>
> g...@gino-laptop:~/djangoDEV$ django-admin
> The program 'django-admin' is currently not installed.  You can
> install it by typing:
> sudo apt-get install python-django
>
> what is the matter?
>
>  I verified  that django is installed:
>
> g...@gino-laptop:~/djangoDEV$ python
> Python 2.6.4 (r264:75706, Dec  7 2009, 18:45:15)
> [GCC 4.4.1] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>
>
>
> >>> import django


django-admin.py is not on your path. Either copy it into a directory
that is (eg /usr/local/bin, or ~/bin if you have one) or add its
current directory to the PATH.
--
DR.

-- 
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, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to