[Mailman-Developers] [ mailman-Bugs-615040 ] problem creating newlist

noreply@sourceforge.net noreply@sourceforge.net
Thu, 26 Sep 2002 09:43:54 -0700


Bugs item #615040, was opened at 2002-09-26 19: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: Tomas Lindroos (skitta)
Date: 2002-09-26 19: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