This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 4 years ago

Closed 3 years ago

#982 closed defect (needfeedback)

ImportError: No module named indico_wsgi_handler

Reported by: tos-fm Owned by:
Priority: normal Milestone:
Component: General Version:
Keywords: wsgi Cc:

Description

Installed indico with easy_install on an opensuse 11.4 box, following instructions at https://indico-software.org/wiki/Admin/Installation0.98

When I try to access the main page it fails. I see this in the error_log:

[Thu Feb 02 14:41:48 2012] [error] [client 131.176.176.14] mod_wsgi (pid=6522): Target WSGI script '/opt/indico/htdocs/index.wsgi' cannot be loaded as Python module.
[Thu Feb 02 14:41:48 2012] [error] [client 131.176.176.14] mod_wsgi (pid=6522): Exception occurred processing WSGI script '/opt/indico/htdocs/index.wsgi'.
[Thu Feb 02 14:41:48 2012] [error] [client 131.176.176.14] Traceback (most recent call last):
[Thu Feb 02 14:41:48 2012] [error] [client 131.176.176.14] File "/opt/indico/htdocs/index.wsgi", line 25, in <module>
[Thu Feb 02 14:41:48 2012] [error] [client 131.176.176.14] from indico.web.wsgi.indico_wsgi_handler import application
[Thu Feb 02 14:41:48 2012] [error] [client 131.176.176.14] ImportError?: No module named indico_wsgi_handler

Change History (1)

comment:1 Changed 3 years ago by jbenito

  • Resolution set to needfeedback
  • Status changed from new to closed

It looks like path problem.
Check your WSGI configuration. For issues like this one, please contact: project-indico-administrators@…

Note: See TracTickets for help on using tickets.