예제 #1
0
파일: ide.py 프로젝트: LeoYao/ninja-ide
 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()
예제 #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()
예제 #3
0
파일: ide.py 프로젝트: vafaronaghi/Alexa2
 def show_python_detection(self):
     suggested = settings.detect_python_path()
     if suggested:
         dialog = python_detect_dialog.PythonDetectDialog(suggested, self)
         dialog.show()
예제 #4
0
 def show_python_detection(self):
     suggested = settings.detect_python_path()
     if suggested:
         dialog = python_detect_dialog.PythonDetectDialog(suggested, self)
         dialog.show()