95 and os.path.isfile(interpreterPath) |
97 and os.path.isfile(interpreterPath) |
96 and os.access(interpreterPath, os.X_OK) |
98 and os.access(interpreterPath, os.X_OK) |
97 ) |
99 ) |
98 |
100 |
99 @pyqtSlot(str) |
101 @pyqtSlot(str) |
100 def on_pythonExecPicker_textChanged(self, txt): |
102 def on_pythonExecPicker_editTextChanged(self, txt): |
101 """ |
103 """ |
102 Private slot to handle changes of the entered Python interpreter path. |
104 Private slot to handle changes of the entered Python interpreter path. |
103 |
105 |
104 @param txt entered Python interpreter path |
106 @param txt entered Python interpreter path |
105 @type str |
107 @type str |