1

Topic: iRedAdmin: No module named mysql.urls

I just installed iRedAdmin following the instructions given here: http://www.iredmail.org/admin_installation_rhel.html

When I try to go to my iRedAdmin page, I get a 500 error, and this is in my ssl_error_log:

[Fri Oct 16 02:09:44 2009] [error] [client 69.169.158.84] mod_wsgi (pid=4383): Target WSGI script '/var/www/iredadmin/iredadmin.py' cannot be loaded as Python module.
[Fri Oct 16 02:09:44 2009] [error] [client 69.169.158.84] mod_wsgi (pid=4383): Exception occurred processing WSGI script '/var/www/iredadmin/iredadmin.py'.
[Fri Oct 16 02:09:44 2009] [error] [client 69.169.158.84] Traceback (most recent call last):
[Fri Oct 16 02:09:44 2009] [error] [client 69.169.158.84]   File "/var/www/iredadmin/iredadmin.py", line 11, in ?
[Fri Oct 16 02:09:44 2009] [error] [client 69.169.158.84]     from libs import iredbase, iredutils
[Fri Oct 16 02:09:44 2009] [error] [client 69.169.158.84]   File "/var/www/iredadmin/libs/iredbase.py", line 38, in ?
[Fri Oct 16 02:09:44 2009] [error] [client 69.169.158.84]     from controllers.mysql.urls import urls
[Fri Oct 16 02:09:44 2009] [error] [client 69.169.158.84] ImportError: No module named mysql.urls

I checked, and MySQL-python is installed and working fine.  What else could I be missing?

----

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

2

Re: iRedAdmin: No module named mysql.urls

iRedAdmin works with LDAP backend, it doesn't support MySQL backend now.