On Wed, Apr 03, 2002 at 06:30:56PM -0800, Bill Wagner wrote: > I've tried a variety of different options with ./configure, but I simply > get pastthis error I get when doing a 'make install': > ... > compiling /usr/local/mailman/Mailman/versions.py ... > Traceback (most recent call last): > File "bin/update", line 44, in ? > import paths > ImportError: No module named paths > make: *** [update] Error 1
Yes, I had the same problem. It's because of python. You need version 2.2 and python2.2-dev (for debian) too. I don't know how the package is called for mandrake. Search the db for python and dev. Bye Jonas -- Linux is user-friendly. But it is not ignorant-friendly and idiot-friendly. ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
