[Mailman-Developers] [ mailman-Bugs-615040 ] problem creating newlist
noreply@sourceforge.net
noreply@sourceforge.net
Fri, 27 Sep 2002 12:57:25 -0700
Bugs item #615040, was opened at 2002-09-26 16:22
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=615040&group_id=103
Category: command line scripts
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Tim White (reverend_timmyd)
Assigned to: Nobody/Anonymous (nobody)
Summary: problem creating newlist
Initial Comment:
I get the following when I try to run "newlist":
Traceback (innermost last):
File "/home/admin/src/mailman-2.0.13/bin/newlist", line
52, in ?
import paths
ImportError: No module named paths
any ideas?
----------------------------------------------------------------------
>Comment By: Tim White (reverend_timmyd)
Date: 2002-09-27 19:57
Message:
Logged In: YES
user_id=618626
thanks for the help. However, the guy that installed it for me
had to hack it up so much to make it work with plesk (my
virtual host management software, that we've had to write
some custom scripts to use instead of the ones that came w/
mailman...
----------------------------------------------------------------------
Comment By: Tomas Lindroos (skitta)
Date: 2002-09-26 16:43
Message:
Logged In: YES
user_id=613582
Don't run "newlist" from the source directory, run it from the installation
directory. This is true for some other scripts as well.
Check the installation directory, and you will find a file "paths.py", which is
correctly imported from "newlist" (and other) scripts. The same library can
be found in other directories as well (i.e. $install_dir/cron/).
/skitta
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=615040&group_id=103