[issue19892] register.send_metadata fails with EOFError: EOF when reading a line

Jean Jordaan report at bugs.python.org
Thu Dec 5 06:39:22 CET 2013


New submission from Jean Jordaan:

On Ubuntu 12.04, using https://pypi.python.org/pypi/zest.releaser

./bin/release
[...]
INFO: Running: /.../bin/python setup.py register sdist --formats=zip upload
Showing first few lines...
running register
running egg_info
writing requirements to Products.CMFPlomino.egg-info/requires.txt
writing Products.CMFPlomino.egg-info/PKG-INFO
writing namespace_packages to Products.CMFPlomino.egg-info/namespace_packages.txt
...
Showing last few lines...
    self.send_metadata()
  File "/home/jean/zope/plomino/Python-2.7/lib/python2.7/distutils/command/register.py", line 149, in send_metadata
    choice = raw_input()
EOFError: EOF when reading a line

----------
components: Distutils
messages: 205275
nosy: neaj
priority: normal
severity: normal
status: open
title: register.send_metadata fails with EOFError: EOF when reading a line
type: crash
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19892>
_______________________________________


More information about the Python-bugs-list mailing list