Opened 5 years ago
Closed 5 years ago
#682 closed defect (worksforme)
apache-python problem loading MaKaC::setEnvironment
Reported by: | olaf | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | v0.98.1 |
Component: | Installation | Version: | 0.98-dev |
Keywords: | Cc: |
Description
Dear all,
I follwed the basic instructions on the installation guide. Everything seems to be fine, however trying to access the indico welcome page gives me an "error 500".
Looking into the error log of httpd, the error seems to be:
[Wed Mar 02 09:38:09 2011] [error] directive_PythonImport: error importing MaKaC::setEnvironment ImportError: No module named MaKaC::setEnvironment
The httpd.conf carries the additional lines given in the installation guide. I attach the server error log file.
Any hint?
Kind regards
O.H.
Attachments (1)
Change History (2)
Changed 5 years ago by olaf
comment:1 Changed 5 years ago by pferreir
- Resolution set to worksforme
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
There is no evidence that this might be a bug, so, next time please ask in the mailing list before opening a ticket.
From your log, I can see that the apache user doesn't have write access to indico.log (otherwise you wouldn't have that permission error).
As for the PythonImport, it works OK for us. Maybe you have an old mod_python version that doesn't support this kind of syntax?