On Fri, May 4, 2012 at 12:22 AM, Mark Sapiro <[email protected]> wrote:
> David <[email protected]>wrote: > > > >Here's what I did: > > > >export PYTHONPATH=$PYTHONPATH:/opt/mailman3/lib/python2.7/site-packages/ > >/usr/bin/python setup.py install --prefix=/opt/mailman3 > > > That's not the correct incantation. > > See src/mailman/docs/START.rst in the distribution tree or see > <http://wiki.list.org/x/PwDL> > > OK, interesting. Now I get a different error: >From that link, I did all these steps: Install and test: $ cd mailman $ python bootstrap.py $ bin/buildout $ bin/test If you get no errors you can now start Mailman: No errors: Total: 383 tests, 0 failures, 0 errors in 40.273 seconds. The next step should be: bin/mailman start Here's my result: # bin/mailman start Traceback (most recent call last): File "bin/mailman", line 17, in <module> import mailman.bin.mailman ImportError: No module named mailman.bin.mailman _______________________________________________ Mailman-Developers mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://wiki.list.org/x/QIA9
