Implement Windows Driver
See original GitHub issueTrying to run the textual.app
example on Windows 10 with Python 3.9.5:
➜ python -m textual.app
Traceback (most recent call last):
File "C:\Program Files\Python39\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Program Files\Python39\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\CodeProjects\Python\Manim\manimvenv\lib\site-packages\textual\app.py", line 19, in <module>
from .driver import Driver
File "C:\CodeProjects\Python\Manim\manimvenv\lib\site-packages\textual\driver.py", line 8, in <module>
import curses
File "C:\Program Files\Python39\lib\curses\__init__.py", line 13, in <module>
from _curses import *
ModuleNotFoundError: No module named '_curses'
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:29 (4 by maintainers)
Top Results From Across the Web
Getting started with drivers on Windows - Microsoft Learn
Start here to learn fundamental concepts about drivers. ... Studio template and then deploy and install your driver on a separate computer.
Read more >Getting Started Writing Windows Drivers - OSR
The actual development of a Windows driver starts with choosing what “driver model” to use for your driver's implementation. Many folks find ...
Read more >microsoft/Windows-driver-samples - GitHub
This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows...
Read more >VisualDDK - Making Your First Windows Driver - Sysprogs
A Windows installation disc or a disc image to install it on the VM. Visual Studio (2005, 2008 or 2010). The Express edition...
Read more >Driver Development Part 1: Introduction to Drivers - CodeProject
Have you ever written a GUI application for Windows? ... The system will then load the driver when we install it and tell...
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 FreeTop 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
Top GitHub Comments
It is, yes. But at some point I will implement a Windows driver.
I’ll keep this ticket open to track that.
I see. Might be a good idea to put that in the README for now then.