[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [RAQ2] Mailman Software
- Subject: Re: [cobalt-users] [RAQ2] Mailman Software
- From: Dennis <dkc@xxxxxxxxxxxxx>
- Date: Wed Dec 8 15:21:23 1999
Did you use the RPM files off the Cobalt FTP site to install Python? If
so
I they are version 1.5.1 and I think the problem is that mailman wants
version 1.5.2 . Let me know if that solves the problem as I have not had
time to install 1.5.2 yet. You are going to have to download the tgz
file
from python.org or see if someone has compiled RPMs for Python 1.5.2
Let me know.
-Dennis
cain@xxxxxxxxx wrote:
> Denis wrote :
> > Hello-
> >
> > I installed the mailman software (same Cobalt is using for this list)
> > and the installation when great. No errors.
> >
> > Then when I go to create a list via the script it comes up with this
> > error being a non-Linux guru it does not always make sense to me, but
> > hopefull it will to you.
> >
> > Here is the error message:
> >
> > 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')
> >
> > Any ideas?
>
> I have exact the same problem when i try to do a bin/newlist ??? Do you
> have any solution for this ? :-(
>
> Cain