Re: [Mailman-Developers] error while setting up mailman on ubuntu please reply
Hello
When I ran into similar problems, running bin/buildout with root premissions helped (sudo bin/buildout). This installed some missing packages (zope.interface). Hopefully this helps. :)
All the best Karl-Aksel Puulmann
2013/4/1 Ashesh Vidyut <ashesh.vidyut at gmail.com>
i m following
http://wiki.list.org/display/DEV/A+5+minute+guide+to+get+the+Mailman+web+UI+...
i had brached mailman
after that i excecuted python bootstrap.py
in bin/buildout
i get
An internal error occured due to a bug in either zc.buildout or in a recipe being used: Traceback (most recent call last): File
"/home/ashesh/mailmanc/eggs/zc.buildout-2.1.0-py2.7.egg/zc/buildout/buildout.py",
line 1923, in main getattr(buildout, command)(args) File
"/home/ashesh/mailmanc/eggs/zc.buildout-2.1.0-py2.7.egg/zc/buildout/buildout.py",
line 466, in install installed_develop_eggs = self._develop() File
"/home/ashesh/mailmanc/eggs/zc.buildout-2.1.0-py2.7.egg/zc/buildout/buildout.py",
line 707, in _develop zc.buildout.easy_install.develop(setup, dest) File
"/home/ashesh/mailmanc/eggs/zc.buildout-2.1.0-py2.7.egg/zc/buildout/easy_install.py",
line 871, in develop call_subprocess(args) File
"/home/ashesh/mailmanc/eggs/zc.buildout-2.1.0-py2.7.egg/zc/buildout/easy_install.py",
line 129, in call_subprocess % repr(args)[1:-1]) Exception: Failed to run command: '/usr/bin/python', '/tmp/tmpu69D_h', '-q', 'develop', '-mxN', '-d', '/home/ashesh/mailmanc/develop-eggs/tmpNyd439build' root at av:/home/ashesh/mailmanc#
how to solve this ? please reply
Mailman-Developers mailing list Mailman-Developers at python.org 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/flo.fuchs%40gmail....
Security Policy: http://wiki.list.org/x/QIA9
participants (1)
-
Karl-Aksel Puulmann