Hi, sorry for the delay

On Mar 16, 2:45 pm, prz <[EMAIL PROTECTED]> wrote:
> are you sure you have django directory _IN_
>
> /usr/lib/python2.4/site-packages/django

Yes, I have the django directory


> or is it only
>
> /usr/lib/python2.4/site-packages/django/core/handlers/modpython.py
--
I have that file too


> then you would need only
>
> /usr/lib/python2.4/site-packages
>
> in the path ?
>
>     -- tony
--
I tried with
PythonPath "['/usr/lib/python2.4/site-packages/django'] +
sys.path"

and

PythonPath "['/usr/lib/python2.4/site-packages/'] +
sys.path"

And I obtain the same error:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Mod_python error: "PythonHandler django.core.handlers.modpython"

Traceback (most recent call last):

  File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line
287, in HandlerDispatch
    log=debug)

  File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line
461, in import_module
    f, p, d = imp.find_module(parts[i], path)

ImportError: No module named django
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Help me please

César
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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