Skip to content

Commit abe45ee

Browse files
committed
clearer message
typically : "Slycot-0.1.0.win32-py2.7.exe" is recognized as a python 3.7 32 bit package (by its name) "Slycot-0.1.0.win32-py2.7 (1).exe" is not.
1 parent 15e9928 commit abe45ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

winpython/controlpanel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ def add_packages(self, fnames):
188188
self.emit(SIGNAL('package_added()'))
189189
if notsupported:
190190
QMessageBox.warning(self, "Warning",
191-
"The following packages are <b>not (yet) "
192-
"supported</b> by %s:\n\n%s"
191+
"The following packages filenaming are <b>not "
192+
"recognized</b> by %s:\n\n%s"
193193
% (self.winname, "<br>".join(notsupported)),
194194
QMessageBox.Ok)
195195
if notcompatible:

0 commit comments

Comments
 (0)