K 10 svn:author V 3 dbn K 8 svn:date V 27 2013-02-20T17:24:04.486838Z K 7 svn:log V 436 Fix installation of devel/eric4 when stdin is closed. The installation asks the user a question, but if stdin is closed an EOFError is thrown and installation fails. The patch fixes this by assuming "no" to the question. The install script asks the user about modifying PyXML, an external file to eric4, thus answering "no" is the appropriate answer in the absence of user judgement. Approved by: eadler (mentor), bsam (maintainer) END