Re: [Mailman-Developers] error while setting up mailman on ubuntu please reply
Hi Ashesh,
it looks like installation of one of the dependencies is failing, but it's a little hard to say which one and why (at least to me). Maybe there's a buildout expert on the list who has seen this kind of traceback before and can provide help right away...
If not, could you provide us with a little more information:
- The revision number your mailman branch is at (type "bzr log -l1")
- Your default Python version (type: "python --version")
- If we're lucky, the tempfile that failed to be executed still exisits ('/tmp/tmpu69D_h', see the second to last line of your traceback) -- maybe you can post the contents of that file to some paster service and send the link. If it isn't there any more (most definitely after a reboot), you could run bin/buildout again and use the new file name from the bottom of the traceback.
Another idea: Have you tried installing mailman inside a virtualenv? Also: It looks like you're running the installation as root. It should work without root privileges.
One last thing: We're currently working on simplifying those complicated installation instructions (aka "create non-homicidal install docs" ;). So don't give up now!
Cheers, Florian
2013/4/1 Ashesh Vidyut <ashesh.vidyut@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@av:/home/ashesh/mailmanc#
how to solve this ? please reply
Mailman-Developers mailing list Mailman-Developers@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)
-
Florian Fuchs