


Return a pair of file descriptors (master, slave), for the master and the slave end. Native Windows applications – including Windows Python and IPython – should always be run from within Cygwin via the cygstart command. openpty() if possible, or emulation code for generic Unix systems. Always do this: $ cygstart ipythonīefore we get to why, however, let's talk $ runs that command as a native Windows process, preserving Windows shell syntax and semantics in the presence of Cygwin. To run Windows Python from within Cygwin, always do this: $ cygstart python The interpretor will be easy to write in Python - even if a parser like PLY could help -, and will still be easy to install in a console on terminal emulator.
