[Mailman-Developers] error installing the mailman web UI

Sneha Priscilla 24.sneha at gmail.com
Sat Apr 13 21:19:59 CEST 2013


Hey Avik,

Why don't you try re-branching the repository again and start over? Plus
buildout instruction needs sudo access as far as I know, so make sure
you're doing that.

Priscilla


On Sun, Apr 14, 2013 at 12:26 AM, Avik Pal <avikpal.me at gmail.com> wrote:

> Hello,
>
>         I was following the steps given at
>
> http://wiki.list.org/display/DEV/A+5+minute+guide+to+get+the+Mailman+web+UI+runningbut
> I am getting the following error every time. please help.
>
> 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/avik/proj/mailman/eggs/zc.buildout-2.1.0-py2.7.egg/zc/buildout/buildout.py",
> line 1923, in main
>     getattr(buildout, command)(args)
>   File
>
> "/home/avik/proj/mailman/eggs/zc.buildout-2.1.0-py2.7.egg/zc/buildout/buildout.py",
> line 604, in install
>     installed_files = self[part]._call(recipe.install)
>   File
>
> "/home/avik/proj/mailman/eggs/zc.buildout-2.1.0-py2.7.egg/zc/buildout/buildout.py",
> line 1358, in _call
>     return f()
>   File
>
> "/home/avik/proj/mailman/eggs/zc.recipe.egg-2.0.0-py2.7.egg/zc/recipe/egg/egg.py",
> line 126, in install
>     reqs, ws = self.working_set()
>   File
>
> "/home/avik/proj/mailman/eggs/zc.recipe.egg-2.0.0-py2.7.egg/zc/recipe/egg/egg.py",
> line 84, in working_set
>     allow_hosts=self.allow_hosts)
>   File
>
> "/home/avik/proj/mailman/eggs/zc.buildout-2.1.0-py2.7.egg/zc/buildout/easy_install.py",
> line 782, in install
>     return installer.install(specs, working_set)
>   File
>
> "/home/avik/proj/mailman/eggs/zc.buildout-2.1.0-py2.7.egg/zc/buildout/easy_install.py",
> line 626, in install
>     for dist in self._get_dist(requirement, ws):
>   File
>
> "/home/avik/proj/mailman/eggs/zc.buildout-2.1.0-py2.7.egg/zc/buildout/easy_install.py",
> line 448, in _get_dist
>     dist, avail = self._satisfied(requirement)
>   File
>
> "/home/avik/proj/mailman/eggs/zc.buildout-2.1.0-py2.7.egg/zc/buildout/easy_install.py",
> line 204, in _satisfied
>     return None, self._obtain(req, source)
>   File
>
> "/home/avik/proj/mailman/eggs/zc.buildout-2.1.0-py2.7.egg/zc/buildout/easy_install.py",
> line 372, in _obtain
>     if index.obtain(requirement) is None:
>   File
>
> "/home/avik/proj/mailman/eggs/distribute-0.6.36-py2.7.egg/setuptools/package_index.py",
> line 341, in obtain
>     self.prescan(); self.find_packages(requirement)
>   File
>
> "/home/avik/proj/mailman/eggs/distribute-0.6.36-py2.7.egg/setuptools/package_index.py",
> line 326, in find_packages
>     self.scan_url(self.index_url + requirement.unsafe_name+'/')
>   File
>
> "/home/avik/proj/mailman/eggs/distribute-0.6.36-py2.7.egg/setuptools/package_index.py",
> line 673, in scan_url
>     self.process_url(url, True)
>   File
>
> "/home/avik/proj/mailman/eggs/distribute-0.6.36-py2.7.egg/setuptools/package_index.py",
> line 224, in process_url
>     page = self.process_index(url, page)
>   File
>
> "/home/avik/proj/mailman/eggs/distribute-0.6.36-py2.7.egg/setuptools/package_index.py",
> line 301, in process_index
>     self.scan_url(new_url)
>   File
>
> "/home/avik/proj/mailman/eggs/distribute-0.6.36-py2.7.egg/setuptools/package_index.py",
> line 673, in scan_url
>     self.process_url(url, True)
>   File
>
> "/home/avik/proj/mailman/eggs/distribute-0.6.36-py2.7.egg/setuptools/package_index.py",
> line 202, in process_url
>     f = self.open_url(url, "Download error on %s: %%s -- Some packages may
> not be found!" % url)
>   File
>
> "/home/avik/proj/mailman/eggs/distribute-0.6.36-py2.7.egg/setuptools/package_index.py",
> line 611, in open_url
>     return open_with_auth(url)
>   File
>
> "/home/avik/proj/mailman/eggs/distribute-0.6.36-py2.7.egg/setuptools/package_index.py",
> line 807, in _socket_timeout
>     return func(*args, **kwargs)
>   File
>
> "/home/avik/proj/mailman/eggs/distribute-0.6.36-py2.7.egg/setuptools/package_index.py",
> line 854, in open_with_auth
>     fp = urllib2.urlopen(request)
>   File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
>     return _opener.open(url, data, timeout)
>   File "/usr/lib/python2.7/urllib2.py", line 400, in open
>     response = self._open(req, data)
>   File "/usr/lib/python2.7/urllib2.py", line 418, in _open
>     '_open', req)
>   File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
>     result = func(*args)
>   File "/usr/lib/python2.7/urllib2.py", line 1207, in http_open
>     return self.do_open(httplib.HTTPConnection, req)
>   File "/usr/lib/python2.7/urllib2.py", line 1180, in do_open
>     r = h.getresponse(buffering=True)
>   File "/usr/lib/python2.7/httplib.py", line 1030, in getresponse
>     response.begin()
>   File "/usr/lib/python2.7/httplib.py", line 407, in begin
>     version, status, reason = self._read_status()
>   File "/usr/lib/python2.7/httplib.py", line 365, in _read_status
>     line = self.fp.readline()
>   File "/usr/lib/python2.7/socket.py", line 447, in readline
>     data = self._sock.recv(self._rbufsize)
> timeout: timed out
>
>
>
> Avik Pal
> Bengal Engineering & Scieence University,Shibpur
> github:https://github.com/avikpal
> IRC:- irc://freenode/avikp,isnick
> twitter:-https://twitter.com/avikpalme
> _______________________________________________
> 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/24.sneha%40gmail.com
>
> Security Policy: http://wiki.list.org/x/QIA9
>


More information about the Mailman-Developers mailing list