[Mailman-Developers] mailman installation error

barry@wooz.org barry@wooz.org
Fri, 10 Nov 2000 21:11:12 -0500 (EST)


>>>>> "DM" == Dan Mick <Dan.Mick@west.sun.com> writes:

    DM> It's hard to imagine how to make this more clear, though; it
    DM> *is* step 3, which is numbered, and after the "make install"
    DM> step, and it *does* say

    DM>     - cd to $prefix

    DM>     - Run bin/check_perms

How about this?

[in-source-directory]% bin/check_perms
Could not import paths!

This probably means that you are trying to run check_perms from the source
directory.  You must run this from the installation directory instead.

Traceback (most recent call last):
  File "bin/check_perms", line 38, in ?
    import paths
ImportError: No module named paths

-Barry