You might want pexpect-u https://pypi.python.org/pypi/pexpect-u
On Wed, Jun 5, 2013 at 2:16 PM, Brian May <[email protected]> wrote: > Hello, > > Just wondering if there is non-broken python bindings for expect? > > Tried pexpect, but found it doesn't handle exceptions in the child process > properly - instead of exiting the child process, these end up being > propagated up in the code, effectively meaning two processes running the > same code which can get kind of confusing. > > Was going to report a bug report, however looking at the existing bug > reports makes me wonder if, maybe, the project is dead. > > https://sourceforge.net/p/pexpect/bugs/ > > So was wondering if there was something else? > > Thanks > -- > Brian May <[email protected]> > > _______________________________________________ > melbourne-pug mailing list > [email protected] > http://mail.python.org/mailman/listinfo/melbourne-pug > _______________________________________________ melbourne-pug mailing list [email protected] http://mail.python.org/mailman/listinfo/melbourne-pug
