CJ Keist wrote:

>Just solved it!!  When we were installing a separate piece of software, 
>namely Teralis Helpdesk package, we were forced to upgrade all packages 
>from blastwave.org.  This upgraded  python to 2.5.1 which I guess is not 
>supported with mailman yet?  Anyway I found that there is a older 
>version of python, 2.3.3 in /usr/sfw/bin.  So set that in in my 
>configure line:
>
>./configure --prefix=/userM/mail-services/mailman2 
>--with-python=/usr/sfw/bin/python --with-cgi-gid=15
>
>make
>make install
>went through!!!!


I'm not a solaris guy so I don't know what the nuanced differences
between the two Python installs might be that allows the codecs to be
compiled with one and not the other, but in general, Mailman 2.1.11
should work fine with Python 2.5.1.

Also, if you are going to use the new sibling lists feature -
regular_{include|exclude}_lists, it requires at least Python 2.4
because it uses Python sets. See <http://wiki.list.org/x/pYA9> and
<http://wiki.list.org/x/bAM>.

-- 
Mark Sapiro <[EMAIL PROTECTED]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to