I'm a newbie to TMDA and have a problem with tmda.cgi and Auto-installation. Following is the end of the error returned from the browser upon selection of the "Yes, sign me up!" link from the welcome page.
I am running qmail on FreeBSD, python 2.3.3, and tmda.cgi 0.87. The installed Mode is system-wide. I manually set up tmda on one account and tmda.cgi works fine.
667 Install() # Does not return.
| 668 elif Form["cmd"].value == "restore": |
| 669 Restore() # Does not return. |
| global Install = <function Install> |
| /usr/local/tmda/tmda-cgi-0.11/Install.py in Install() |
| 362 |
| 363 # Are we supposed to ignore any of those? |
| 364 ListDiff(FilesToInstall, IgnoreFiles(Anomalies)) |
. . [snip] . |
| 303 Mode = os.environ["TMDA_CGI_MODE"] |
| 304 os.environ["TMDA_CGI_MODE"] = "no-su" |
| 305 Mail = ReimportDefaults([], "")["MAIL_TRANSFER_AGENT"] |
| 306 os.environ["TMDA_CGI_MODE"] = Mode |
| 307 |
| Mail undefined, global ReimportDefaults = <function ReimportDefaults> |
| /usr/local/tmda/tmda-cgi-0.11/Install.py in ReimportDefaults(Files=[], Backup='') |
| 293 except Errors.ConfigError, ErrStr: |
| 294 os.chdir(CWD) |
| 295 Revert(Files, Backup, "Re-importing Defaults<br>%s" % ErrStr) |
| 296 |
| 297 return Defaults |
| global Revert = <function Revert>, Files = [], Backup = '', ErrStr undefined |
| /usr/local/lib/python2.3/site-packages/TMDA/Defaults.py |
| 35 import sys |
| 36 |
| 37 import Errors |
| 38 |
| 39 |
| Errors undefined |
| ImportError: No module named Errors |
| args = ('No module named Errors',) |
_____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
