diff --git a/invoicex/mainWindow.py b/invoicex/mainWindow.py index 22a357b..b6c777c 100644 --- a/invoicex/mainWindow.py +++ b/invoicex/mainWindow.py @@ -49,11 +49,6 @@ def initUI(self): QMessageBox.critical(self, 'Import Error', "Imagemagick is not installed", QMessageBox.Ok) - if sys.platform[:3] == 'win': - if not spawn.find_executable('gswin32'): - QMessageBox.critical(self, 'Import Error', - "GhostScript is not installed", - QMessageBox.Ok) def setToolBar(self): toolbar = self.addToolBar('File')