[Mailman-Developers] Re: 2.1b3 make install problems

Barry A. Warsaw barry@python.org
Mon, 12 Aug 2002 17:16:25 -0400


>>>>> "DB" == Denis Beauchemin <Denis.Beauchemin@USherbrooke.ca> writes:

    DB> I have the same problem (and have had with version 2.1b2 also)
    DB> and the same OS as ljacobs:

Oh, one thing you could try to help narrow this down:

- cd to your $prefix directory

- run "python -v bin/update"

  This will output lots of information about what Python's trying to
  import.  Hopefully the verbose output will give us a clue as to
  what's failing.

  If it does, please send the output to me and I'll see if it makes
  sense

Thanks,
-Barry