Installing v3.0.0b4 on Debian 7
![](https://secure.gravatar.com/avatar/7207956e1e79f60d224412b42396cb6c.jpg?s=120&d=mm&r=g)
Hi,
I am trying to install version 3.0.0b4 of Mailman on Debian 7 and for that purpose I took the original tar.gz file and ran:
sudo python setup.py install
There was an issue with the version of zope.interface which I resolved by running the following command:
sudo pip install -U zope.interface
Now Mailman got correctly installed but when doesn't seem to run. This is the output when I run the mailman command on its own:
Traceback (most recent call last): File "/usr/local/bin/mailman", line 9, in <module> load_entry_point('mailman==3.0.0b4', 'console_scripts', 'mailman')() File "/usr/local/lib/python2.7/dist-packages/setuptools-5.3-py2.7.egg/pkg_resources.py", line 356, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/local/lib/python2.7/dist-packages/setuptools-5.3-py2.7.egg/pkg_resources.py", line 2439, in load_entry_point return ep.load() File "/usr/local/lib/python2.7/dist-packages/setuptools-5.3-py2.7.egg/pkg_resources.py", line 2155, in load ['__name__']) File "/usr/local/lib/python2.7/dist-packages/mailman-3.0.0b4-py2.7.egg/mailman/bin/mailman.py", line 34, in <module> from mailman.core.initialize import initialize File "/usr/local/lib/python2.7/dist-packages/mailman-3.0.0b4-py2.7.egg/mailman/core/initialize.py", line 43, in <module> from zope.component import getUtility File "/usr/local/lib/python2.7/dist-packages/zope.component-4.2.1-py2.7.egg/zope/component/__init__.py", line 19, in <module> from zope.interface import named
Does anyone have an idea what is going wrong? Did I maybe forgot to do something or am I missing anything?
Thanks for the hints
Regards ML
![](https://secure.gravatar.com/avatar/56f108518d7ee2544412cc80978e3182.jpg?s=120&d=mm&r=g)
On 06/29/2014 01:35 PM, ML mail wrote:
I saw a similar issue at one point. I *think* I fixed it by completely removing zope.interface and rerunning python setup.py install, letting it install the zope.interface package it wanted.
That said, I'm not really working on MM 3 at this point and most of the MM 3 folks are better found on mailman-developers@python.org.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
![](https://secure.gravatar.com/avatar/7207956e1e79f60d224412b42396cb6c.jpg?s=120&d=mm&r=g)
Thanks, I used now pip install to install the zope interface and it worked, I had the debian package's version installed and that did not work well along.
On Monday, June 30, 2014 4:20 PM, Mark Sapiro <mark@msapiro.net> wrote: On 06/29/2014 01:35 PM, ML mail wrote:
I saw a similar issue at one point. I *think* I fixed it by completely removing zope.interface and rerunning python setup.py install, letting it install the zope.interface package it wanted.
That said, I'm not really working on MM 3 at this point and most of the MM 3 folks are better found on mailman-developers@python.org.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/mlnospam%40yahoo.com
![](https://secure.gravatar.com/avatar/56f108518d7ee2544412cc80978e3182.jpg?s=120&d=mm&r=g)
On 06/29/2014 01:35 PM, ML mail wrote:
I saw a similar issue at one point. I *think* I fixed it by completely removing zope.interface and rerunning python setup.py install, letting it install the zope.interface package it wanted.
That said, I'm not really working on MM 3 at this point and most of the MM 3 folks are better found on mailman-developers@python.org.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
![](https://secure.gravatar.com/avatar/7207956e1e79f60d224412b42396cb6c.jpg?s=120&d=mm&r=g)
Thanks, I used now pip install to install the zope interface and it worked, I had the debian package's version installed and that did not work well along.
On Monday, June 30, 2014 4:20 PM, Mark Sapiro <mark@msapiro.net> wrote: On 06/29/2014 01:35 PM, ML mail wrote:
I saw a similar issue at one point. I *think* I fixed it by completely removing zope.interface and rerunning python setup.py install, letting it install the zope.interface package it wanted.
That said, I'm not really working on MM 3 at this point and most of the MM 3 folks are better found on mailman-developers@python.org.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/mlnospam%40yahoo.com
participants (2)
-
Mark Sapiro
-
ML mail