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 interpreter
can load Django's code.
I put in:
ln -s `pwd`/django-trunk/django SITE-PACKAGES-DIR/django
using my site package /usr/lib/python2.6/dist-packages
and also my password without the ' around it.
I get back:
ln: target `usr/lib/python2.6/dist-packages/django' is not a directory

And so, I don't know how to run Django or check that it is installed.
????
Thanks!
Sophi


-- 
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