Example #1
0
 def show_python_detection(self):
     """Show Python detection dialog for windows."""
     #TODO: Notify the user when no python version could be found
     suggested = settings.detect_python_path()
     if suggested:
         dialog = python_detect_dialog.PythonDetectDialog(suggested, self)
         dialog.show()
Example #2
0
 def show_python_detection(self):
     """Show Python detection dialog for windows."""
     #TODO: Notify the user when no python version could be found
     suggested = settings.detect_python_path()
     if suggested:
         dialog = python_detect_dialog.PythonDetectDialog(suggested, self)
         dialog.show()
Example #3
0
 def show_python_detection(self):
     suggested = settings.detect_python_path()
     if suggested:
         dialog = python_detect_dialog.PythonDetectDialog(suggested, self)
         dialog.show()
Example #4
0
 def show_python_detection(self):
     suggested = settings.detect_python_path()
     if suggested:
         dialog = python_detect_dialog.PythonDetectDialog(suggested, self)
         dialog.show()