--- spyderplugins/widgets/pylintgui.py.orig	2011-09-08 08:45:35.000000000 -0500
+++ spyderplugins/widgets/pylintgui.py	2011-09-08 08:46:52.000000000 -0500
@@ -40,7 +40,7 @@
                                           is_module_or_package)
 _ = get_translation("p_pylint", dirname="spyderplugins")
 
-PYLINT_PATH = programs.find_program('pylint')
+PYLINT_PATH = programs.find_program('@@LINT_BIN_NAME@@')
 
 
 #TODO: display results on 3 columns instead of 1: msg_id, lineno, message