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

2011-03-27 Thread Brian Curtin
Brian Curtin added the comment: In the end, this is a duplicate of #11272 -- it's not specific to distutils but this is where the issue pops up. input() in 3.2.0 isn't working properly so you won't be able to run the register command. This is fixed for 3.2.1 In the meantime, you can run the r

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

2011-03-27 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +tarek ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

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

2011-03-27 Thread Éric Araujo
Éric Araujo 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 startin