PythonScript
PythonScript copied to clipboard
Script module exceptions
Version information
Notepad++ 7.8.4 64-bit
PythonScript 1.5.3 64-bit, installed manually via:
https://github.com/bruderstein/PythonScript/releases/download/v1.5.3/PythonScript_Full_1.5.3.0_x64.zip
Running sample Formatter script
ImportError: No module named Tkinter
This is resolved after unpacking these two:
- https://github.com/bruderstein/PythonScript/releases/download/v1.5.3/PythonScript_ExtraLibs_1.5.3.0_x64.zip
- https://github.com/bruderstein/PythonScript/releases/download/v1.5.3/PythonScript_TclTk_1.5.3.0_x64.zip
but I guess "Full" version should probably include these by default.
Running sample Sorter script
ImportError: No module named unidecode
I think Full is up to the interpretation of the devs. If they want to consider some features as Extra, over and above what is considered Full, who are we to quibble?
They seem to make this fairly clear in the docs, IIRC.
I would say this is a non-issue, ripe for closure. :-)
@sasumner
who are we to quibble?
In my case I would say "who" == "someone who thinks reporting issues like this can help the project".
They seem to make this fairly clear in the docs, IIRC.
I skimmed the usual places, most notably:
http://npppythonscript.sourceforge.net/docs/latest/usage.html#installation
and I could not find anything relevant. Do you have a link?
I would say this is a non-issue, ripe for closure. :-)
Are you saying that, if you install it per above, you can run Sorter sample script without getting the import error?