Textualize / textual-serve

Serve Textual apps locally
MIT License
168 stars 8 forks source link

NotImplementedError in Windows on v1.0.2 #4

Closed ADevAJ closed 1 month ago

ADevAJ commented 3 months ago

Trying to run the basic textual-serve example of "python -m textual" in Windows returns a NotImplementedError:

File "C:\Users\Andre\textual-serve-spike.py", line 4, in server.serve() File "C:\Users\Andre\AppData\Local\Programs\Python\Python311\Lib\site-packages\textual_serve\server.py", line 181, in serve loop.add_signal_handler(signal.SIGINT, self.request_exit) File "C:\Users\Andre\AppData\Local\Programs\Python\Python311\Lib\asyncio\events.py", line 574, in add_signal_handler raise NotImplementedError NotImplementedError

willmcgugan commented 3 months ago

Please try with 1.0.3

ADevAJ commented 3 months ago

1.0.3 has fixed it indeed! Working well with Windows 10.

bswck commented 3 months ago

Close?