-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
Original report by Denis Sergeev (Bitbucket: dennissergeev, GitHub: dennissergeev).
Hi,
Would it be possible to add Windows support?
The main problem seems to be that pexpect module is not fully compatible with Windows, especially pexpect.spawn() function: pexpect.readthedocs.org/en/stable/overview.html#pexpect-on-windows
But there is a windows-ported pexpect: https://gist.github.com/anthonyeden/8488763
Is it possible to plug it in? Are there any other limitations on windows?
Thanks.
Walkersneps