Leo wrote:

Thanks Stephen
Yes I already found the missing "  but still it will not work

It looks like tmda is not installed well
I got the next error

Traceback (most recent call last):
  File "/usr/bin/tmda-pending", line 312, in ?
    main()
  File "/usr/bin/tmda-pending", line 305, in main
    q.mainLoop()
  File "/usr/lib/python2.3/site-packages/TMDA/Pending.py", line 280, in
mainLoop
    M = Message(msgid, self.command_recipient)
  File "/usr/lib/python2.3/site-packages/TMDA/Pending.py", line 426, in
__init__
    except email.Errors.MessageError:
AttributeError: 'module' object has no attribute 'Errors'

Is there a problem with python?

I believe that TMDA ships with an updated version of the email package - to fix bugs and/or add new features. I'm guessing that when you're running TMDA, you're picking up the original version that came with your Python release.

Do you have a PYTHONPATH variable set that's causing this? Do you have multiple versions of Python installed?

For all the files/directories that got installed in /usr/lib/python2.3/site-packages/TMDA - does the user you're running TMDA as have read (and exec for directories) permission?

This might be of some limited help:

http://www.google.com/search?hl=en&lr=&ie=UTF-8&q=TMDA+AttributeError%3A+%27module%27+object+has+no+attribute+%27Errors%27&btnG=Search

--
Stephen Warren, Software Engineer, NVIDIA, Fort Collins, CO
[EMAIL PROTECTED]     http://www.wwwdotorg.org/pgp.html

Attachment: signature.asc
Description: OpenPGP digital signature

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to