[Mailman-Users]
Jon Carnes
jonc at nc.rr.com
Thu Feb 13 04:01:57 CET 2003
Don't know if this will help but those variables are normally defined
during the install. You can set them in ~mailman/Mailman/mm_cfg.py and
read about them in ~mailman/Mailman/Defaults.py
# These directories are used to find various important files
# in the Mailman installation. PREFIX and EXEC_PREFIX are
# set by configure and should point to the installation
# directory of the Mailman package.
PYTHON = '/usr/bin/python'
PREFIX = '/usr/local/mailman'
EXEC_PREFIX = '${prefix}'
VAR_PREFIX = '/usr/local/mailman'
# Work around a bogus autoconf 2.12 bug
if EXEC_PREFIX == '${prefix}':
EXEC_PREFIX = PREFIX
Looks like you have something fundamentally wrong with your install...
Jon Carnes
On Wed, 2003-02-12 at 17:37, Pawan Singh wrote:
> Hi,
>
> I get the following error when I run the command, bin/mailmanctl start
>
>
> ImportError: No module named getopt
> Could 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
> Traceback (most recent call last):
> File "/usr/local/mailman/bin/qrunner", line 72, in ?
> import getopt
>
>
> Thanks
>
> -Pawan
>
>
>
>
> ------------------------------------------------------
> Mailman-Users mailing list
> Mailman-Users at python.org
> http://mail.python.org/mailman/listinfo/mailman-users
> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
> Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
>
> This message was sent to: jonc at nc.rr.com
> Unsubscribe or change your options at
> http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com
More information about the Mailman-Users
mailing list