1

Topic: Error 500 in Iredmail Web Interface

==== Required information ====
- iRedMail version: 0.8.3
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): Mysql
- Web server (Apache or Nginx):Apache
- Linux/BSD distribution name and version: 2.6.32-358.2.1.el6.x86_64
- Related log if you're reporting an issue:
====
Hello,
when try to access i have this error:


[error] [client xxxxxxx] mod_wsgi (pid=10221): Target WSGI script '/var/www/iredadmin/iredadmin.py' cannot be loaded as Python module.
[error] [client xxxxxxx] mod_wsgi (pid=10221): Exception occurred processing WSGI script '/var/www/iredadmin/iredadmin.py'.
[error] [client xxxxxxx] Traceback (most recent call last):
[error] [client xxxxxxx]   File "/var/www/iredadmin/iredadmin.py", line 9, in <module>
[error] [client xxxxxxx]     from libs import iredbase
[error] [client xxxxxxx]   File "/var/www/iredadmin/libs/iredbase.py", line 7, in <module>
[error] [client xxxxxxx]     import web
[error] [client xxxxxxx] ImportError: No module named web


If i get the command yum install webpy  i have another error:

Error: Package: python-webpy-0.37-1.el6.rf.noarch (rpmforge)
Requires: python-sqlite2

But python-sqlite2 is correctly installed.
Please help me! Thaks

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Error 500 in Iredmail Web Interface

Please disable rpmforge repo and install the package provided by iRedMail repo:

# yum --disablerepo=rpmforge --enablerepo=iRedMail install python-webpy