Avinash Puchalapalli
Avinash Puchalapalli
Yes I agree. Perhaps we should allow for user-defined regex patterns?
For example, I modified my script's output to put brackets around a space, which allows me to define a custom regex pattern that will match that script's output without the...
Okay, thanks for looking into this. I'm running a code inspection with PyCharm now, and hopefully that will catch everything
@Scriptkiddi Unfortunately PyCharm couldn't find anything that would cause an import error. Could you screenshot the errors and paste them here?
Could you try this: http://pastebin.com/8111hStH I added an assert statement at line 19. I also changed the conditional to test if Anki module is importable instead of lxml. It's possible...
Unfortunately having it outside of the conditional will break the script I'm using to run note validation. I couldn't get lxml imported into my Anki config, so I made a...
I fixed the issue with templates that was probably causing a string formatting error when you first loaded Anknotes. After your first import, Anknotes will now detect the uid and...
Hmm... I think I made a function that wraps around the cursor for easy access ... ankDB() in db.py. Does it still occur if you remove the addon from Anki?...
Also try commenting out lines of anknotes_onload() method at line 102 of **main**.py and seeing if that resolves.
By explicit importing do you mean not using the \* in my import statements? If so sure I can do that. It looks like the cursor is valid... I don't...