It depends on the version of zope on your system.
I'd update the zope.interface before mailman buildout.
Here is an example chef recipe for mm3:
nclude_recipe "python"
# Install base packages for mailman3
%w{
bzr
postfix
openssl-blacklist
ssl-cert
}.each do |pkg|
package pkg
end
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
> i m following
>
>
>
http://wiki.list.org/disp
On Apr 01, 2013, at 11:42 PM, Florian Fuchs wrote:
>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 rig
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 wit
i m following
http://wiki.list.org/display/DEV/A+5+minute+guide+to+get+the+Mailman+web+UI+running
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 rec