* A L Meyers <[EMAIL PROTECTED]>: > Hi! Thought you might like to know about the problem with the captioned > Debian testing package (have already posted to Debian). After upgrading > to 0.62 always get following error message for each attempt at > processing an email: > > Uncaught Python 2.1.3 Exception (Wed Sep 25 08:09:51 2002): > ----------------------------------------------------------- > Traceback (most recent call last): > File "/usr/bin/tmda-filter", line 50, in ? > execfile(os.path.join(execdir, 'tmda-rfilter')) > File "/usr/bin/tmda-rfilter", line 69, in ? > from TMDA import Version > ImportError: No module named TMDA > Traceback (most recent call last): > File "/usr/bin/tmda-filter", line 64, in ? > from TMDA.Defaults import LOGFILE_DEBUG > ImportError: No module named TMDA.Defaults > > As this error is fatal for tmda, have temporarily switched to > fetchmail-mailfilter instead of getmail-tmda.
Debian symlinks python to python2.1 rather than python2.2. Shifting the symlink to 2.2 solves this tmda problem. And probably creates some others. ... ;-) Lucien -- If you receive this by error, please delete it and inform the sender. http://www.consult-meyers.com recommends email encryption using GnuPG. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
