Hank van Cleef wrote:

In particular, make sure the Mailman configure script finds your local
Python build, not the (older) version included in the Solaris
distribution.  This is the root of the "Korean Codec" problem that
Mark provided a google search link to.

You can easily solve this during the installation by explicitly telling the code where to find your particular preferred version of Python.

I've seen this done on sites that had to maintain a half-dozen different versions of Python, because different programs were dependent on different versions, and it wasn't possible to get the client code updated so you had to keep multiple different versions of the language.

I think this is specified with something like:

        # make install --with-python=/path/to/your/local/python

--
Brad Knowles <[EMAIL PROTECTED]>
Member of the Python.org Postmaster Team & Co-Moderator of the
mailman-users and mailman-developers mailing lists
------------------------------------------------------
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