> reply = raw_input('\n' + message + ' [Y/n]:') > EOFError: EOF when reading a line
That setup.py is handcrafted, and is interactive. It asks a question to the user and waits for a keypress in return. And it looks like it is getting EOF instead of a keypress. I see 2 solutions, either you find a way to answer its question, I think I remember having seen some package that does this, but cannot find it now. :-/ I think it was done with (display "Y" port) and port should be the stdin of setup.py You'll have to hunt that scm example. hope that helps -- Vincent Legoll