We have the same problem here, installed iRedOS 0.6.0, purchased iRedAdminPro. I followed the installation guide. Only at one point it was different:
According to the installation guide the following command had to be issued:
easy_install web.py Jinja2 python-ldap==2.3.11 netifaces
On our system we got an error message about version 2.3.11 not being installed, version 2.3.9 is availabele, so we replaced 2.3.11 with 2.3.9, then it looked ok.
the original apache log ssl_error_log after calling iRedAdmin:
[Tue Oct 12 16:28:24 2010] [error] [client 193.78.140.236] mod_wsgi (pid=31818): Target WSGI script '/var/www/iredadmin/iredadmin.py' cannot be loaded as Python module.
[Tue Oct 12 16:28:24 2010] [error] [client 193.78.140.236] mod_wsgi (pid=31818): Exception occurred processing WSGI script '/var/www/iredadmin/iredadmin.py'.
[Tue Oct 12 16:28:24 2010] [error] [client 193.78.140.236] Traceback (most recent call last):
[Tue Oct 12 16:28:24 2010] [error] [client 193.78.140.236] File "/var/www/iredadmin/iredadmin.py", line 28, in ?
[Tue Oct 12 16:28:24 2010] [error] [client 193.78.140.236] from libs import iredbase
[Tue Oct 12 16:28:24 2010] [error] [client 193.78.140.236] File "/var/www/iredadmin/libs/iredbase.py", line 53, in ?
[Tue Oct 12 16:28:24 2010] [error] [client 193.78.140.236] webmaster = cfg.general.get('webmaster', 'root')
[Tue Oct 12 16:28:24 2010] [error] [client 193.78.140.236] File "/usr/lib/python2.4/site-packages/web.py-0.34-py2.4.egg/web/utils.py", line 71, in __getattr__
[Tue Oct 12 16:28:24 2010] [error] [client 193.78.140.236] raise AttributeError, k
[Tue Oct 12 16:28:24 2010] [error] [client 193.78.140.236] AttributeError: 'general'
Hope you can help.