-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot get nvpy to work in windows #215
Comments
I'm trying to reproduce this issue, but I haven't got a clue yet. To investigate this issue, may I ask the following questions?
|
Thanks for looking into it!
|
I prepared the test environment and tried to reproduce this issue. But I found no issue. Could you tell me more detailed info?
|
I started with the simple config file and then added in my settings one by one. The setting that crashes everything is |
Thank you for your reply. I'm happy to nvpy works on your PC :-) |
I think it's the combination of |
Thanks, @RosanneZe ! I succeeded in reproducing this issue. I will fix it at a later date. # reproduce-issue-215.ps1
set-content -path ~/nvpy.cfg -value '
[nvpy]
simplenote_sync = 0
layout = vertical
print_columns = 1
'
rm -Recurse ~/.nvpy
mkdir ~/.nvpy
set-content -path ~/.nvpy/empty.json -value '
{"content": "", "modifydate": 1, "createdate": 1, "savedate": 0, "syncdate": 0, "tags": []}
'
python3 -m nvpy
cat ~/.nvpy/nvpy.log |
I succesfully installed nvpy on windows like this:
python
, this prompts you to install python 3.8 in the windows storepip install nvpy
python -m nvpy
I can start nvpy, but if I try to add a new note, it crashes, and after I closed it, it now crashes immediately on opening. It says "An error occured during housekeeping. list index out of range"
It gives this exception:
and during the handling of that another exception occured (I cannot copy paste it, because it shows in a window and not in the terminal) in line 667 of view.py "IndexError: list index out of range"
I'm not sure what's going on here. I use nvpy without simplenote, but I've been able to do that without problems on Ubuntu for years.
ETA: I also got errors when I tried the zipped version, I think it was the same error, but I didn't write it down, so I'm not sure.
The text was updated successfully, but these errors were encountered: