I am trying to set the editor in sys.Sho.Editor to notepad++.
devenv.exe and notepad.exe for example work as expected - when i set it to notepad++.exe i get a file not found exception (it works on a normal commandprompt).
"exception in ShoThread [unlabeled thread]: System.ComponentModel.Win32Exception (0x80004005): Das System kann die angegebene Datei nicht finden"
(file not found in english)
>>> shell("notepad")
works as expected
>>> shell("notepad++")
Error: Das System kann die angegebene Datei nicht finden in None line <None>
at __init__ in C:\Program Files (x86)\Sho 2.0 for .NET 4\Sho\shell.py: line 98
(english: can not find file in None line <None>)
Any insights appreciated,
Andy