Hello,<br>I wanted to try the pylint plug-in, but I discovered that eric4 won&#39;t activate it because it isn&#39;t installed system-wide, but only in my user directory.<br><br>Is there any way to make it run without installing it system-wide?<br>
<br>I tried to read the sources of the PluginManager, looking for a workaround, but I didn&#39;t really understand well how it checks whether an external resource is avaiable or not, but I think it simply checks if the executable is avaiable under the system bins directories, am I right?<br>
<br>In fact I noticed that, for PyEnchant, it simply tries to import it and retrieve its location,<br>but what about the other plug-ins?<br>My pylint is avaiable on both PYTHONPATH and PATH, therefore it should work without problems.<br>
<br>Is there any chance to have eric check also user directories?<br>Maybe adding the configuration for the paths where eric should look for these resources...<br><br>Thank you,<br>Giacomo.<br>