huashengdun / webssh

:seedling: Web based ssh client
https://webssh.huashengdun.org/
MIT License
4.57k stars 1.3k forks source link

wssh command not found - Universal Windows Platform #193

Open elliot-huffman opened 4 years ago

elliot-huffman commented 4 years ago

Hi Team,

I recently started to evaluate all of my packages to see if they could run on the official Python UWP (Microsoft Store) package and I was unable to get the wssh command to run by either calling it directly by wssh on the command line or by using the python -m wssh and python -m webssh commands.

Other commands/packages like live-server work in the UWP environment but wssh does not. I think it is because the execution command and the package name differ but I have not investigated it too much.

Docs on the UWP python package: https://docs.python.org/3/using/windows.html#the-microsoft-store-package

Microsoft Store Link: https://www.microsoft.com/en-us/p/python-38/9mssztt1n39l

Thanks!

riteshmaddala commented 3 years ago

Hi,

Is this resolved? Getting same error.

Thanks, Ritesh

elliot-huffman commented 3 years ago

Not for me