Éric Araujo <[email protected]> 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 <[email protected]>
<http://bugs.python.org/issue11687>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to