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

Windows support #63

Closed
AuHau opened this issue Mar 5, 2019 · 6 comments
Closed

Windows support #63

AuHau opened this issue Mar 5, 2019 · 6 comments
Labels
blocked waiting for something else enhancement New feature or request

Comments

@AuHau
Copy link
Collaborator

AuHau commented Mar 5, 2019

As mentioned in README, currently Windows is not supported because python-inquirer depends on blessing package, which does not support Windows at this moment.

There is some hope that this will change in the future: erikrose/blessings#21

This issue is here to track progress on this problem.

@EliteMasterEric
Copy link

It appears that there is a fork of blessing, called blessed, that supports Windows:

https://github.com/jquast/blessed

@AuHau
Copy link
Collaborator Author

AuHau commented Nov 27, 2019

If somebody would be interested to try to integrate blessed as a replacement for blessing and would achieve full functionality, I think we would be open to merging such a patch!

@C0D3D3V
Copy link

C0D3D3V commented Feb 22, 2020

Here is the setup, how it works under Windows
unistall inquirer with pip
replace every occurrence of blessing with blessed. (And change the version to the newest from 'blessed' 1.17.2 in setuo.py .... But that is apparently not important, I had set it to 1.15.)
run python setup.py build
run python setup.py install
install windows-curses with pip

@realgam3
Copy link
Contributor

realgam3 commented Jun 1, 2020

If somebody would be interested to try to integrate blessed as a replacement for blessing and would achieve full functionality, I think we would be open to merging such a patch!

Done :)

@AuHau
Copy link
Collaborator Author

AuHau commented Jun 8, 2020

Closed via #91
Thanks @realgam3 !

@AuHau AuHau closed this as completed Jun 8, 2020
@realgam3
Copy link
Contributor

realgam3 commented Jun 8, 2020

Closed via #91
Thanks @realgam3 !

Now I'm waiting for a new version :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked waiting for something else enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants