845 self.cw.buttonBox.rejected.connect(self.close) |
845 self.cw.buttonBox.rejected.connect(self.close) |
846 self.cw.closeAndInstall.connect(self.__startPluginInstall) |
846 self.cw.closeAndInstall.connect(self.__startPluginInstall) |
847 |
847 |
848 def __startPluginInstall(self): |
848 def __startPluginInstall(self): |
849 """ |
849 """ |
850 Private slot to start the eric6 plugin installation dialog. |
850 Private slot to start the eric plugin installation dialog. |
851 """ |
851 """ |
852 proc = QProcess() |
852 proc = QProcess() |
853 applPath = os.path.join(getConfig("ericDir"), "eric6_plugininstall.py") |
853 applPath = os.path.join(getConfig("ericDir"), "eric6_plugininstall.py") |
854 |
854 |
855 args = [] |
855 args = [] |