Re: [Mailman-Users] Group error message

2002-02-22 Thread Bob Sully
Thanks, Tim - that fixed it. On Thu, 21 Feb 2002, tim wrote: > Yes... you are probably using a crudded up Defaults.py. > I've found that some RPMs of mailman seem to have MAILMAN_UID = 'mailman', > and MAILMAN_GID = 'mailman', which clearly breaks the Python code. > > If you open Defaults.py a

Re: [Mailman-Users] Group error message

2002-02-21 Thread tim
Bob Sully wrote: >Hey all - could someone tip me off as to the problem here? > >[mailman@firefox: ~]$ /var/mailman/bin/check_perms >Traceback (innermost last): > File "/var/mailman/bin/check_perms", line 50, in ? >MAILMAN_GRPNAME = grp.getgrgid(MAILMAN_GID)[0] >TypeError: illegal argument ty

[Mailman-Users] Group error message

2002-02-21 Thread Bob Sully
Hey all - could someone tip me off as to the problem here? [mailman@firefox: ~]$ /var/mailman/bin/check_perms Traceback (innermost last): File "/var/mailman/bin/check_perms", line 50, in ? MAILMAN_GRPNAME = grp.getgrgid(MAILMAN_GID)[0] TypeError: illegal argument type for built-in operatio