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

Traceback upon opening: unexpected keyword argument 'errors' #42

Open
JohnLunzer opened this issue Apr 30, 2016 · 2 comments
Open

Traceback upon opening: unexpected keyword argument 'errors' #42

JohnLunzer opened this issue Apr 30, 2016 · 2 comments

Comments

@JohnLunzer
Copy link

JohnLunzer commented Apr 30, 2016

I installed pymux from github clone taken at 11:55am ET April 30th 2016.

Traceback (most recent call last):
  File "/anaconda/bin/pymux", line 9, in <module>
    load_entry_point('pymux==0.9', 'console_scripts', 'pymux')()
  File "/anaconda/lib/python2.7/site-packages/pymux/entry_points/run_pymux.py", line 135, in run
    Client(socket_name).attach(true_color=true_color)
  File "/anaconda/lib/python2.7/site-packages/pymux/client.py", line 47, in __init__
    self._stdin_reader = PosixStdinReader(sys.stdin.fileno(), errors='replace')
TypeError: __init__() got an unexpected keyword argument 'errors'
@jonathanslenders
Copy link
Member

Hi @JohnLunzer,

Thanks for reporting the issue!
Can you try again after cloning and installing the latest Git version from prompt-toolkit? The development of these two repositories goes hand in hand, so from time to time it doesn't work with the Pypi version of prompt-toolkit. Hopefully, I'll be able to push a new release of both soon.

Jonathan

@JohnLunzer
Copy link
Author

Did the trick. Thanks for the prompt response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants