mohamad
Results
2
issues of
mohamad
Im using V1 in my vue2 app but cant see any restart method
`import sys, winpexpect` `child = winpexpect.winspawn('nslookup')` `child.logfile = sys.stdout` `child.expect('\n>')` `child.sendline('www.google.com')` `child.expect('\n>')` `child.interact()` Traceback (most recent call last): File "C:\Users\mohamad\Desktop\test.py", line 5, in child.interact() File "C:\Users\mohamad\AppData\Local\Programs\Python\Python36-32\lib\site-packages\winpexpect-1.5-py3.6.egg\pexpect.py", line 1489, in interact...