Hello-
I recently just installed mailman and went to create the test list with the following commands and received the following error.
[root mailman]# /home/mailman/bin/newlist Enter the name of the list: tester45 Enter the email of the person running the list: dkc@webtrafix.com Traceback (innermost last): File "/home/mailman/bin/newlist", line 146, in ? raise SystemExit(main(sys.argv)) File "/home/mailman/bin/newlist", line 83, in main list_pw = getpass.getpass("Initial %s password: " % list_name) File "/usr/lib/python1.5/getpass.py", line 42, in getpass termios.tcsetattr(fd, TERMIOS.TCSADRAIN, old) termios.error: (22, 'Invalid argument')
The install went in very clean. I am able to view the html files so the GIDs are set OK, but I am unable to create any lists because of this error.
Any help is appreciated.
Thank you, Dennis
"D" == Dennis <dkc@webtrafix.com> writes:
D> The install went in very clean. I am able to view the html
D> files so the GIDs are set OK, but I am unable to create any
D> lists because of this error.
What version of Python do you have? You may have to upgrade to Python 1.5.2.
-Barry
participants (2)
-
Barry A. Warsaw
-
Dennis