SlickEdit Community
Archived Read Only Forums => SlickEdit 2020 v25 Beta Discussion => Topic started by: jporkkahtc on July 31, 2020, 08:34:45 pm
-
I changed my LiveErrors for Python to use my "PyLint3" profile by default.
So far, using PROCMON, I can't get Slick to actually run "C:\Program Files\Python38\Scripts\pylint.exe"
Before I changed the default profile to Pylint3, Slick was running C:\Python27\Scripts\pylint.exe, from the first profile, pylint.
-
Slick can't handle having spaces in the path to the live error checker.
So, C:\Program files\Python38\...
wont work.
Slick ends up doing a bunch of
1:49:11.7913356 PM vs.exe 17636 QueryDirectory C:\Program.* NO SUCH FILE Filter: Program.*
operations and doesn't even attempt to start the pylint process.
-
I'll take a look. It should be trying to quote the exe, but I must have introduced a bug. Thanks for the report.
-
That was a dumb mistake, fixed for the next beta. Thanks for the report.