Are you expecting this direct python configuration import to actually "be"
an archiver, or simply to be a configuration shim to get data to an
archiver?

Python imports are not version-dependent (like C-shlibs are), so it seems
dubious to expect an external archiver to necessarily be compatible with
the same version of python that MM3 is. I know I've run into this problem
in the past, especially because of how much the python MIME message classes
changed over each python release (though hopefully they are more stable now)

On Apr 8, 2012 9:39 AM, "Barry Warsaw" <ba...@list.org> wrote:
> -----snip snip-----
> [archiver.hyperkitty]
> class: python.path.to.hyperkitty.HyperKitty
> -----snip snip-----
>
> Of course, you'd probably want to `enable` it too.
>
> One tricky thing here is that the `class` value names a Python
dotted-module
> path, so the class must be importable.  Ensuring that the hyperkitty
module
> (and this is just a suggestion, YMMV) is importable by the core engine
may not
> be fully baked.  For now, just set $PYTHONPATH.
_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
http://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

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

Reply via email to