Re: trying get latest zmailman running
[email protected] (Barry A. Warsaw) Mon, 16 Dec 2002 23:08:45 -0500
| Newsgroups | gmane.comp.web.zope.zmailman |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "SM" == Simon Michael <[email protected]> writes: SM> This requires the email package from python 2.2, but I need to SM> stick with 2.1 for zope. So I /usr/local/lib/python2.2/email SM> to /usr/local/lib/python1.5 - I don't know for sure if that SM> will work I don't know for sure what that last sentence means! :) BTW, Mailman 2.1's cvs has the required email package as a distutils tarball in its misc directory. v2.4.3 should work pretty well, and that's what comes with Python 2.2.2. Mailman installs that into its pythonlib directory which it arranges to be on sys.path. You could install it in Python 2.1's site-packages or Zope's lib/python and be fine. -Barry