|
So I am trying to upgrade to OSQA SVN-411 (currently I have SVN-332.) I am getting the following error: Mod_python error: "PythonHandler django.core.handlers.modpython"
I use Red Hat 4.1.2-46 and python 2.4.3 (the default with redhat I tried to install 2.6 but i'm having a hardtime getting modpyhton 2.6) Has anybody seen something simillar before? It puzzled be because the prior version of OSQA works on my machine. |
|
The email package was renamed from python 2.4 to 2.5. I encapsulated the imports in a try/except block, that should be enough to run in python 2.4. Update to trunk to get the fix, or apply this patch. After I did that I got another bug, rather than trying to make the whole website backwards compatible with 2.4 i'll see if I can upgrade RedHat to python 2.6
(15 Jun '10, 16:20)
segfault
|