On Thu, Sep 4, 2008 at 1:45 PM, Denis BUCHER <[EMAIL PROTECTED]>wrote:

>
> Hello !
>
> I have a problem installing django. I followed the instructions but then :
>

Which instructions, exactly?  There are various options (installing under
python's site-packages, creating a symbolic link in site-packages to an SVN
checkout,..)


> # ./django-admin.py
> Traceback (most recent call last):
>   File "./django-admin.py", line 2, in ?
>     from django.core import management
> ImportError: No module named django.core
>
>
> I am running SUSE Linux Enterprise 10
>
> Thanks a lot in advance for your help !
>
>
Django is not in your PYTHONPATH.   Things under site-packages are
automatically in your PYTHONPATH so  it would seem  Django was not installed
under site-packages.  Which goes back to how, exactly, did you install it?

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to