From f1fd0c041c38eb8af7a9cbb337242e38f8f3c4d9 2017-10-31 18:44:15 From: José Chávez Date: 2017-10-31 18:44:15 Subject: [PATCH] actualizado mensaje para pyqt4 --- diff --git a/setup.py b/setup.py index ef229d3..341f7ce 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ try: from PyQt4.QtGui import QApplication except: log.warning( - 'You should install PtQt4 module in order to run the GUI. See the README.') + 'You should install PyQt4 module in order to run the GUI. See the README.') setup(name="schainpy",