taky icon indicating copy to clipboard operation
taky copied to clipboard

Investigate what is needed to get taky running on Windows

Open tkuester opened this issue 4 years ago • 1 comments

I briefly checked to see if taky would run natively on Windows -- it does seem to run, but I have not had time to test. Windows is a "second class citizen" in my book, but I don't want to leave users out in the cold for no reason.

tkuester avatar May 20 '21 13:05 tkuester

The taky CoT command should be fine, but taky_dps won't work as Gunicorn doesn't work on windows: https://github.com/benoitc/gunicorn/issues/524

Options are:

  • Migrate to a different WSGI server (annoying)
  • Suggest WSL2 on windows, either directly in the Linux shell or via Docker

I'd suggest the second - I've run taky both ways on my Windows machine and it works well. I'll work up a docs page.

doug-fitzmaurice-rowden avatar May 24 '21 09:05 doug-fitzmaurice-rowden

Just due to the additional support offered by docker / WSL, I think I'm going to close this issue for now. (Additionally, I don't really have a Windows machine to test on!)

The official stance is that if anyone discovers something that is low hanging fruit to make things easier to run, I'll bring it right in. But the primary target will be linux OS's.

tkuester avatar Feb 04 '23 21:02 tkuester