echo_via_pager broken on Windows in 7.1
See original GitHub issueCalls to click.echo_via_pager
are failing on Windows since upgrading to 7.1
Expected behavior (7.0)
Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import click
>>> click.__version__
'7.0'
>>> text = [f"hello {i} \n" for i in range(1000)]
>>> click.echo_via_pager(text)
hello 0
hello 1
hello 2
hello 3
hello 4
-- MORE --
Actual behavior (7.1)
Python 3.8.1 (tags/v3.8.1:1b293b6, Dec 18 2019, 23:11:46) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import click
>>> click.__version__
'7.1.1'
>>> text = [f"hello {i} \n" for i in range(1000)]
>>> click.echo_via_pager(text)
The system cannot find the file specified.
>>>
Notes
- Only seems broken on Windows: tested with Ubuntu WSL and click 7.1, works as expected
Environment
- Python version: 3.7, 3.8 (same results)
- Click version: 7.1.1
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
How to fix 7.1 Surround Sound not working in Windows?
How can I fix this? Solved Answer. Understand instantly. Solution 1. Configure 7.1 Sound; Solution 2. Use Windows Audio Troubleshooter ...
Read more >5.1 or 7.1 surround outputs not working properly Microsoft ...
Hello, I cannot get the audio stream to play through the surround sound channels - center or Sub Out from my audio card...
Read more >Fix: Channel Surround Sound Not Working in Windows 11/10
1. Verify Surround Sound Configurations · Press the Windows + R key simultaneously to open the run dialog box, and in the search...
Read more >How to activate and use 7.1 Surround Sound - Razer
Windows 64-bit operating system; Internet connection for initial Razer ID login and activation. You can view the video below for instructions or ...
Read more >Fix Channel Surround Sound not working in Windows 11
This issue can occur on both 5.1 and 7.1 surround sound systems with any audio player. If this issue occurs on your system,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Missed that issue, but it’s due to the same thing, so that’s should be fixed too.
Click 7.1.2 is available on PyPI.