question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Implement Windows Driver

See original GitHub issue

Trying 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:closed
  • Created 2 years ago
  • Reactions:4
  • Comments:29 (4 by maintainers)

github_iconTop GitHub Comments

27reactions
willmcgugancommented, Jun 21, 2021

It is, yes. But at some point I will implement a Windows driver.

I’ll keep this ticket open to track that.

7reactions
kilacoda-oldcommented, Jun 20, 2021

I see. Might be a good idea to put that in the README for now then.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found