[issue11687] distutils register does not work from the command line

Éric Araujo report at bugs.python.org
Mon Mar 28 00:19:32 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

Thanks for reporting the bug.  Could you attach a text file containing a full transcript?  If possible, create a small, new setup.py and run that (it will enable me to try to reproduce the problem).

Could you give me the links you used?

To create a file starting with a dot, you can use Python (yay!):

with open(os.path.expanduser('~/.pypirc'), 'w') as file:
    file.write(
"""[section]
key = value
""")

----------
assignee:  -> eric.araujo
components: +Distutils -Windows
nosy: +eric.araujo
title: Cannot register using command-line -> distutils register does not work from the command line

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


More information about the Python-bugs-list mailing list