Skip to content
This repository has been archived by the owner on Jun 6, 2020. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
duskybomb committed Jun 28, 2018
1 parent ba60d8f commit 71ccc4c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions invoicex/mainWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 71ccc4c

Please sign in to comment.