[Mailman-Users] installation error

Ron Jarrell jarrell at vt.edu
Tue Sep 5 13:08:17 CEST 2000


At 10:47 PM 9/4/00 -0500, Ricardo Denis wrote:
>hi,
>
>i am trying to install mailman. i am relatively new to linux so it is no
>wonder i am having trouble. i get the following error when executing the
>"bin/check_perms" command :
>
>Traceback (innermost last):
>  File "bin/check_perms", line 19, in ?
>    import paths
>ImportError: No module named paths
>
>what does it mean? i am totally lost on this one. thanks for any help you
>can provide.

The problem is if you run check_perms from the bin directory of the *source* tree,
before installing it, it's trying to import paths.py, which is NOT in the bins dir; it's
over in misc.  Check the INSTALL file.  You run check_perms *after* you install,
from ~mailman, not from the source dir.  paths.py is installed into ~mailman/bin
by the installation procedure.  The source tree version is correctly telling you that there's
no pythom module called paths anywhere it's trying to look.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/mailman-users/attachments/20000905/1fd76f13/attachment.htm 


More information about the Mailman-Users mailing list