PythonScript icon indicating copy to clipboard operation
PythonScript copied to clipboard

Script module exceptions

Open cebaa opened this issue 5 years ago • 2 comments

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

cebaa avatar Feb 14 '20 16:02 cebaa

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 avatar Feb 14 '20 18:02 sasumner

@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?

cebaa avatar Feb 14 '20 19:02 cebaa