From owner-freebsd-questions Fri Nov 2 12:38: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.isg.siue.edu (mail.isg.siue.edu [146.163.5.4]) by hub.freebsd.org (Postfix) with ESMTP id 7938137B40B for ; Fri, 2 Nov 2001 12:37:52 -0800 (PST) Received: from WEBSHIELD1.isg.siue.edu (webshield1.isg.siue.edu [146.163.5.149]) by mail.isg.siue.edu (8.9.1/8.9.1) with SMTP id OAA21873 for ; Fri, 2 Nov 2001 14:37:37 -0600 (CST) Received: FROM mail.isg.siue.edu BY WEBSHIELD1.isg.siue.edu ; Fri Nov 02 14:37:29 2001 -0600 Received: from client156-52.ll.siue.edu (client156-52.ll.siue.edu [146.163.156.52]) by mail.isg.siue.edu (8.9.1/8.9.1) with ESMTP id OAA21726; Fri, 2 Nov 2001 14:37:27 -0600 (CST) Received: (from vcardon@localhost) by client156-52.ll.siue.edu (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) id fA2KYEt25158; Fri, 2 Nov 2001 14:34:14 -0600 Date: Fri, 2 Nov 2001 14:34:13 -0600 From: "Victor R. Cardona" To: "Robert A. Decker" Cc: questions@FreeBSD.ORG Subject: Re: Mailman on FreeBSD? Message-ID: <20011102143413.A25000@client156-52.ll.siue.edu> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline User-Agent: Mutt/1.3.12i In-Reply-To: ; from decker@robdecker.com on Fri, Nov 02, 2001 at 10:07:46AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 02, 2001 at 10:07:46AM -0800, Robert A. Decker wrote: > Has anyone succesfully installed Mailman on FreeBSD? I pkg_add'd mailman > and it installed Python as well (as well as a slightly later version of > Apache which I probably didn't need). >=20 > I'm able to run Python from the command line. However, when I try to do > any Mailman functions I get an error. For example: >=20 > adsl-63-198-218-205% /usr/home/mailman/bin/check_perms > Traceback (most recent call last): > File "/usr/home/mailman/bin/check_perms", line 46, in ? > from Mailman import mm_cfg > ImportError: No module named Mailman I have never tried to install it, but that Python error means that it cannot find the mailman module. Look in Mailman's pkg_plist file to find out where the mailman module was installed. Then start the python interpreter. import sys, and "print sys.path" You might just need to add the directory containing the mailman files to Python's path. HTH, Victor --=20 Victor R. Cardona Powered by SuSE Linux 7.1 (i386) Professional GPG key ID E81B3A1C Key fingerprint =3D 0147 A234 99C3 F4C5 BC64 F501 654F DB49 E81B 3A1C --PEIAKu/WMn1b1Hv9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE74wNFZU/bSegbOhwRAk4PAJ9UMD0Wk4k2CtzfNB16arT+2o1KcgCePbO9 wVrwslU38ehDXFRbdj+OyI0= =vbb3 -----END PGP SIGNATURE----- --PEIAKu/WMn1b1Hv9-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message