Trying to run the xbox-nano-client checks out with module not found error for xbox.nano.render.client (line 11 scripts.client)
It appears there is no client.py module in nano.render, the actual file in repo.
I guess a bad merge.
Shouldn't line 11 be from xbox.nano.render.video import sdl
It seems the old SDLClient(width, height) has been replaced by the SDLVideoRenderer class in sdl module or simply the render.client is missing?
https://github.com/OpenXbox/xbox-smartglass-nano-python/blob/55d9e8de0d385d8b2e53a4f7dda93a34f784d6f7/xbox/nano/scripts/client.py#L11
Trying to run the
xbox-nano-client
checks out with module not found error forxbox.nano.render.client
(line 11 scripts.client) It appears there is no client.py module in nano.render, the actual file in repo. I guess a bad merge. Shouldn't line 11 befrom xbox.nano.render.video import sdl
It seems the old SDLClient(width, height) has been replaced by the SDLVideoRenderer class in sdl module or simply the render.client is missing?