This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neaj
Recipients neaj
Date 2013-12-05.05:39:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386221962.86.0.663845329774.issue19892@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-12-05 05:39:22neajsetrecipients: + neaj
2013-12-05 05:39:22neajsetmessageid: <1386221962.86.0.663845329774.issue19892@psf.upfronthosting.co.za>
2013-12-05 05:39:22neajlinkissue19892 messages
2013-12-05 05:39:22neajcreate