-
Notifications
You must be signed in to change notification settings - Fork 82
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
import fcntl - error #69
Comments
Same error here. |
Same issue here. Damn i tough this would work on Windows. :( |
Hi @dCosminn, The latest master branch should run on Windows 10, but only using It depends on prompt_toolkit 2.0 and uses yawinpty. Given that yawinpty was removed from GitHub and that winpty is already a hack to begin with, I'm waiting for the next Windows release that supports true PTYs. This will make the Windows implementation super clean. Also see: #58 |
That sounds awesome! |
The same problem. I was going to run it on a win 7, so, someone knows if there is a workaround for this problem? Update: Traceback (most recent call last):
File "c:\anaconda3\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\anaconda3\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Anaconda3\Scripts\pymux.exe\__main__.py", line 5, in <module>
File "c:\anaconda3\lib\site-packages\pymux\entry_points\run_pymux.py", line 28, in <module>
from pymux.main import Pymux
File "c:\anaconda3\lib\site-packages\pymux\main.py", line 5, in <module>
from prompt_toolkit.buffer import Buffer, AcceptAction
ImportError: cannot import name 'AcceptAction' |
Error IPYTHON |
I've just installed pymux, but can't run it. Error:
P.S. installation output:
The text was updated successfully, but these errors were encountered: