Date: Wed, 14 Jun 2006 11:01:15 +0100 From: Alex Zbyslaw <xfb52@dial.pipex.com> To: Joe Auty <joe@netmusician.org> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: Python port problems Message-ID: <448FDE6B.4000703@dial.pipex.com> In-Reply-To: <B766BA83-CF9A-404C-B8AB-3F9BF4D7180C@netmusician.org> References: <9842C36E-C450-4282-9019-BA2DD3476684@netmusician.org> <fb6605670605221727h719579a2gdeae84452036f6e8@mail.gmail.com> <2A55FF5E-F764-406A-BE0E-272246F425B5@netmusician.org> <448xoska3k.fsf@be-well.ilk.org> <44733B8B.6030404@dial.pipex.com> <B766BA83-CF9A-404C-B8AB-3F9BF4D7180C@netmusician.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Joe Auty wrote: > > Sorry for the delay in response here. This is still a problem for me, > and I would still like this problem resolved. > > Yes, I've tried reinstalling both Python and Mailman, and upgraded to > newer port revisions of Mailman which have been released since this > message. I'm still getting the same error message when I go to start > Mailman via its rc script: > > ... snip > Traceback (most recent call last): > : > : No module named getopt File "/usr/local/mailman/bin/qrunner", line > 76, in ? > > ImportErrorimport getopt > No module named getopt: > No module named getopt > ImportErrorCould not find platform independent libraries <prefix> > Could not find platform dependent libraries <exec_prefix> > Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] > 'import site' failed; use -v for traceback > : No module named getopt > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 76, in ? > import getopt > ImportError: No module named getopt Honestly, this looks like a screwed python install or some screw up when mailman compiled. Can you do a few basic info things? which python whereis python python # and to the command interpreter type import getopt # and exit with ^D (control D) egrep -i -A 2 -B 2 python /usr/local/etc/pkgtools.conf /etc/make.conf egrep -i -A 2 -B 2 mailman /usr/local/etc/pkgtools.conf /etc/make.conf head -5 /usr/local/mailman/bin/qrunner --Alex
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?448FDE6B.4000703>