[Biopython-dev] [Bug 2889] New: setup.py reads stdin even when stdin is not a terminal

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Wed Jul 29 00:57:54 UTC 2009


http://bugzilla.open-bio.org/show_bug.cgi?id=2889

           Summary: setup.py reads stdin even when stdin is not a terminal
           Product: Biopython
           Version: 1.51b
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Other
        AssignedTo: biopython-dev at biopython.org
        ReportedBy: sridhar.ratna at gmail.com


setup.py files are *not* meant be using raw_input and other funky things that
interferes with build automation.

Please remove the use of raw_input() .. or, at least, use raw_input() only when
stdin is a real terminal ("if sys.stdout.isatty()").

This way you could allow your package to built via automated build tools.


-- 
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Biopython-dev mailing list