Date: Fri, 2 Nov 2001 14:34:13 -0600 From: "Victor R. Cardona" <vcardon@siue.edu> To: "Robert A. Decker" <decker@robdecker.com> Cc: questions@FreeBSD.ORG Subject: Re: Mailman on FreeBSD? Message-ID: <20011102143413.A25000@client156-52.ll.siue.edu> In-Reply-To: <Pine.BSF.4.21.0111021001250.3756-100000@adsl-63-198-218-205.dsl.snfc21.pacbell.net>; from decker@robdecker.com on Fri, Nov 02, 2001 at 10:07:46AM -0800 References: <bulk.43077.20011101234616@hub.freebsd.org> <Pine.BSF.4.21.0111021001250.3756-100000@adsl-63-198-218-205.dsl.snfc21.pacbell.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011102143413.A25000>