Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The python examples failes #7

Closed
raczben opened this issue Sep 5, 2019 · 1 comment
Closed

The python examples failes #7

raczben opened this issue Sep 5, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@raczben
Copy link
Owner

raczben commented Sep 5, 2019

Report of a bug

Reproduce

Run the python.py example

python examples\python.py

Output:

D:\bt\wexpect>python examples\python.py
Traceback (most recent call last):
  File "examples\python.py", line 26, in <module>
    p.sendline('Bob')
  File "C:\Users\usr\AppData\Local\Programs\Python\Python37-32\lib\site-packages\wexpect.py", line 999, in sendline
    n = n + self.send (os.linesep)
TypeError: unsupported operand type(s) for +: 'int' and 'str'
@raczben raczben added the bug Something isn't working label Sep 5, 2019
@raczben
Copy link
Owner Author

raczben commented Sep 6, 2019

Commit 813a462 solved the issue.

@raczben raczben closed this as completed Sep 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant