I am using fedora 6 distribution which comes with Python 2.4.3. I then
installed Python 2.5.1 and re-installed the  packages I needed for my
application. I verified that at the terminal, when I typed in
"python", what's loaded is Python 2.5. I am runnign apache2 and
mod_python. I recompiled and installed mod_python to python 2.5. When
I run my application, it's coming back with:

>>>
Traceback (most recent call last):

  File "/usr/lib/python2.4/site-packages/mod_python/importer.py", line
1537, in HandlerDispatch
    default=default_handler, arg=req, silent=hlist.silent)

  File "/usr/lib/python2.4/site-packages/mod_python/importer.py", line
1202, in _process_target
    module = import_module(module_name, path=path)

  File "/usr/lib/python2.4/site-packages/mod_python/importer.py", line
304, in import_module
    return __import__(module_name, {}, {}, ['*'])

ImportError: No module named django.core.handlers.modpython
>>>

How do I configure Apache2 or mod_python to use Python 2.5?

TIA,
Rolly


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