示例#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()