-
Notifications
You must be signed in to change notification settings - Fork 189
Windows compatibility #31
Comments
Curses is used for the interactive mode ( Please test if #32 fixes this issue for you. The pull request makes curses optional, so that you can use everything else except the interactive mode even without it. |
i tried it and got the following error instead
|
So I guess However, to properly support Windows and other operating systems, we should replace the whole config path list with something more generic or make OS specific paths. |
I would help but i have only written like 20 lines of python (i find dynamic languages somewhat confusing), but i'm happy to test any changes you make. But yes if i open
it outputs If i understand correctly
|
I made #35 to fix this. Could you check how it works in Windows? Are the system-wide and user specific paths correct / meaningful in Windows? |
Ill try it out later when i get home, i don't have a samsung tv at work. I don't know if the Paths are correct or meaningful, i tried to run But when looking at the documentation for |
i tried and got the following result
|
You need to have |
Ok that solves that error, then i got the same error but for
Edit: this is the exact same error i get in |
Do you have |
I had Thanks for your patience with me! |
Hi in main.py, as described here: https://stackoverflow.com/questions/4028904/how-to-get-the-home-directory-in-python and it worked |
Im running on windows and followed your instructions:
I get the following error from
2.
What am i doing wrong?
Python version 3.6.0
The text was updated successfully, but these errors were encountered: